Html Css Color HEX #E2CA71 Chenin

📋 copy color: '#E2CA71'

red 226 ◦ green 202 ◦ blue 113

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

Shades of Chenin #E2CA71

Tints of Chenin #E2CA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 41.77%
G = 37.34%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E2CA71 (or 0xE2CA71) is known color: Chenin. HEX triplet: E2, CA and 71. RGB value is (226,202,113). Sum of RGB (Red+Green+Blue) = 226+202+113=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA71 is #1D358E. Grayscale: #C7C7C7. Windows color (decimal): -1914255 or 7457506. OLE color: 7457506.

HSL color Cylindrical-coordinate representation of color #E2CA71: hue angle of 47.26º 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 #E2CA71 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 113 -
CMYK 0 0.11 0.5 0.11
HSL 47.26º 0.66% 0.66% -
HSV(B) 47.26º 0.5% 0.89% -
XYZ 55.47 59.6 24.2 -
YUV 199.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 226 202 113 0 0.11 0.5 0.11 47.26 0.66 0.66
Hex E2 CA 71 0 B 32 B 2F 42 42
Octal 342 312 161 0 13 62 13 57 102 102
Binary 11100010 11001010 1110001 0 1011 110010 1011 101111 1000010 1000010

Color Harmonies of #E2CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA71

Black with #E2CA71

Text Example


Text Example

White with #E2CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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