Html Css Color HEX #E5BF74 Chenin

📋 copy color: '#E5BF74'

red 229 ◦ green 191 ◦ blue 116

#E5BF74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #E5BF74

Tints of Chenin #E5BF74

RGB

 RED value IS 229 (89.84% from 255) = 42.72%

 GREEN value IS 191 (75% from 255) = 35.63%

 BLUE value IS 116 (45.7% from 255) = 21.64%

R = 42.72%
G = 35.63%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E5BF74 (or 0xE5BF74) is known color: Chenin. HEX triplet: E5, BF and 74. RGB value is (229,191,116). Sum of RGB (Red+Green+Blue) = 229+191+116=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF74 is #1A408B. Grayscale: #C2C2C2. Windows color (decimal): -1720460 or 7651301. OLE color: 7651301.

HSL color Cylindrical-coordinate representation of color #E5BF74: hue angle of 39.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5BF74 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 116 -
CMYK 0 0.17 0.49 0.10
HSL 39.82º 0.68% 0.68% -
HSV(B) 39.82º 0.49% 0.9% -
XYZ 54.1 55.18 24.32 -
YUV 193.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 229 191 116 0 0.17 0.49 0.10 39.82 0.68 0.68
Hex E5 BF 74 0 11 31 A 28 44 44
Octal 345 277 164 0 21 61 12 50 104 104
Binary 11100101 10111111 1110100 0 10001 110001 1010 101000 1000100 1000100

Color Harmonies of #E5BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF74

Black with #E5BF74

Text Example


Text Example

White with #E5BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF74; }

 p { color: rgb(229,191,116); }

 H1.HeaderClassName
 {
   color: #E5BF74;
 }
 .AnyTagClassName
 {
   color: #E5BF74;
 }
</style>

background-color css

<style>
 a { background-color: #E5BF74; }

 a { background-color: rgb(229,191,116); }

 div.DivClassName
 {
   background-color: #E5BF74;
 }
 .BgClassName
 {
   background-color: #E5BF74;
 }
</style>

border-color css

<style>
 span { border-color: #E5BF74; }

 span { border-color: rgb(229,191,116); }

 td.TdClassName
 {
   border-color: #E5BF74;
 }
 .TagClassName
 {
   border-color: #E5BF74;
 }
</style>