Html Css Color HEX #E0CA72 Chenin

📋 copy color: '#E0CA72'

red 224 ◦ green 202 ◦ blue 114

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

Shades of Chenin #E0CA72

Tints of Chenin #E0CA72

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 41.48%
G = 37.41%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0CA72 (or 0xE0CA72) is known color: Chenin. HEX triplet: E0, CA and 72. RGB value is (224,202,114). Sum of RGB (Red+Green+Blue) = 224+202+114=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA72 is #1F358D. Grayscale: #C6C6C6. Windows color (decimal): -2045326 or 7523040. OLE color: 7523040.

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

Color convert

RGB 224 202 114 -
CMYK 0 0.10 0.49 0.12
HSL 48º 0.64% 0.66% -
HSV(B) 48º 0.49% 0.88% -
XYZ 54.9 59.3 24.47 -
YUV 198.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 224 202 114 0 0.10 0.49 0.12 48 0.64 0.66
Hex E0 CA 72 0 A 31 C 30 40 42
Octal 340 312 162 0 12 61 14 60 100 102
Binary 11100000 11001010 1110010 0 1010 110001 1100 110000 1000000 1000010

Color Harmonies of #E0CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA72

Black with #E0CA72

Text Example


Text Example

White with #E0CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA72; }

 p { color: rgb(224,202,114); }

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

background-color css

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

 a { background-color: rgb(224,202,114); }

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

border-color css

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

 span { border-color: rgb(224,202,114); }

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