Html Css Color HEX #E1CB74 Chenin

📋 copy color: '#E1CB74'

red 225 ◦ green 203 ◦ blue 116

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

Shades of Chenin #E1CB74

Tints of Chenin #E1CB74

RGB

 RED value IS 225 (88.28% from 255) = 41.36%

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

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

R = 41.36%
G = 37.32%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E1CB74 (or 0xE1CB74) is known color: Chenin. HEX triplet: E1, CB and 74. RGB value is (225,203,116). Sum of RGB (Red+Green+Blue) = 225+203+116=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB74 is #1E348B. Grayscale: #C8C8C8. Windows color (decimal): -1979532 or 7654369. OLE color: 7654369.

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

Color convert

RGB 225 203 116 -
CMYK 0 0.10 0.48 0.12
HSL 47.89º 0.64% 0.67% -
HSV(B) 47.89º 0.48% 0.88% -
XYZ 55.56 59.98 25.17 -
YUV 199.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 225 203 116 0 0.10 0.48 0.12 47.89 0.64 0.67
Hex E1 CB 74 0 A 30 C 30 40 43
Octal 341 313 164 0 12 60 14 60 100 103
Binary 11100001 11001011 1110100 0 1010 110000 1100 110000 1000000 1000011

Color Harmonies of #E1CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB74

Black with #E1CB74

Text Example


Text Example

White with #E1CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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