Html Css Color HEX #E2CA70 Chenin

📋 copy color: '#E2CA70'

red 226 ◦ green 202 ◦ blue 112

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

Shades of Chenin #E2CA70

Tints of Chenin #E2CA70

RGB

 RED value IS 226 (88.67% from 255) = 41.85%

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

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 41.85%
G = 37.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2CA70 (or 0xE2CA70) is known color: Chenin. HEX triplet: E2, CA and 70. RGB value is (226,202,112). Sum of RGB (Red+Green+Blue) = 226+202+112=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA70 is #1D358F. Grayscale: #C7C7C7. Windows color (decimal): -1914256 or 7391970. OLE color: 7391970.

HSL color Cylindrical-coordinate representation of color #E2CA70: hue angle of 47.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2CA70 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 112 -
CMYK 0 0.11 0.50 0.11
HSL 47.37º 0.66% 0.66% -
HSV(B) 47.37º 0.5% 0.89% -
XYZ 55.41 59.58 23.91 -
YUV 198.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 226 202 112 0 0.11 0.50 0.11 47.37 0.66 0.66
Hex E2 CA 70 0 B 32 B 2F 42 42
Octal 342 312 160 0 13 62 13 57 102 102
Binary 11100010 11001010 1110000 0 1011 110010 1011 101111 1000010 1000010

Color Harmonies of #E2CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA70

Black with #E2CA70

Text Example


Text Example

White with #E2CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA70; }

 p { color: rgb(226,202,112); }

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

background-color css

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

 a { background-color: rgb(226,202,112); }

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

border-color css

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

 span { border-color: rgb(226,202,112); }

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