Html Css Color HEX #E5C074 Chenin

📋 copy color: '#E5C074'

red 229 ◦ green 192 ◦ blue 116

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

Shades of Chenin #E5C074

Tints of Chenin #E5C074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.75%

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

R = 42.64%
G = 35.75%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5C074 (or 0xE5C074) is known color: Chenin. HEX triplet: E5, C0 and 74. RGB value is (229,192,116). Sum of RGB (Red+Green+Blue) = 229+192+116=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C074 is #1A3F8B. Grayscale: #C2C2C2. Windows color (decimal): -1720204 or 7651557. OLE color: 7651557.

HSL color Cylindrical-coordinate representation of color #E5C074: hue angle of 40.35º 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 #E5C074 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 192 116 -
CMYK 0 0.16 0.49 0.10
HSL 40.35º 0.68% 0.68% -
HSV(B) 40.35º 0.49% 0.9% -
XYZ 54.32 55.62 24.4 -
YUV 194.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 229 192 116 0 0.16 0.49 0.10 40.35 0.68 0.68
Hex E5 C0 74 0 10 31 A 28 44 44
Octal 345 300 164 0 20 61 12 50 104 104
Binary 11100101 11000000 1110100 0 10000 110001 1010 101000 1000100 1000100

Color Harmonies of #E5C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C074

Black with #E5C074

Text Example


Text Example

White with #E5C074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C074; }

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

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

background-color css

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

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

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

border-color css

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

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

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