Html Css Color HEX #E0CB74 Chenin

📋 copy color: '#E0CB74'

red 224 ◦ green 203 ◦ blue 116

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

Shades of Chenin #E0CB74

Tints of Chenin #E0CB74

RGB

 RED value IS 224 (87.89% from 255) = 41.25%

 GREEN value IS 203 (79.69% from 255) = 37.38%

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

R = 41.25%
G = 37.38%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0CB74 (or 0xE0CB74) is known color: Chenin. HEX triplet: E0, CB and 74. RGB value is (224,203,116). Sum of RGB (Red+Green+Blue) = 224+203+116=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB74 is #1F348B. Grayscale: #C7C7C7. Windows color (decimal): -2045068 or 7654368. OLE color: 7654368.

HSL color Cylindrical-coordinate representation of color #E0CB74: hue angle of 48.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0CB74 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 203 116 -
CMYK 0 0.09 0.48 0.12
HSL 48.33º 0.64% 0.67% -
HSV(B) 48.33º 0.48% 0.88% -
XYZ 55.25 59.82 25.16 -
YUV 199.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 224 203 116 0 0.09 0.48 0.12 48.33 0.64 0.67
Hex E0 CB 74 0 9 30 C 30 40 43
Octal 340 313 164 0 11 60 14 60 100 103
Binary 11100000 11001011 1110100 0 1001 110000 1100 110000 1000000 1000011

Color Harmonies of #E0CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB74

Black with #E0CB74

Text Example


Text Example

White with #E0CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB74; }

 p { color: rgb(224,203,116); }

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

background-color css

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

 a { background-color: rgb(224,203,116); }

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

border-color css

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

 span { border-color: rgb(224,203,116); }

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