Html Css Color HEX #E1CA6C Chenin

📋 copy color: '#E1CA6C'

red 225 ◦ green 202 ◦ blue 108

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

Shades of Chenin #E1CA6C

Tints of Chenin #E1CA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.19%

R = 42.06%
G = 37.76%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1CA6C (or 0xE1CA6C) is known color: Chenin. HEX triplet: E1, CA and 6C. RGB value is (225,202,108). Sum of RGB (Red+Green+Blue) = 225+202+108=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA6C is #1E3593. Grayscale: #C6C6C6. Windows color (decimal): -1979796 or 7129825. OLE color: 7129825.

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

Color convert

RGB 225 202 108 -
CMYK 0 0.10 0.52 0.12
HSL 48.21º 0.66% 0.65% -
HSV(B) 48.21º 0.52% 0.88% -
XYZ 54.88 59.33 22.75 -
YUV 198.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 225 202 108 0 0.10 0.52 0.12 48.21 0.66 0.65
Hex E1 CA 6C 0 A 34 C 30 42 41
Octal 341 312 154 0 12 64 14 60 102 101
Binary 11100001 11001010 1101100 0 1010 110100 1100 110000 1000010 1000001

Color Harmonies of #E1CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA6C

Black with #E1CA6C

Text Example


Text Example

White with #E1CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA6C; }

 p { color: rgb(225,202,108); }

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

background-color css

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

 a { background-color: rgb(225,202,108); }

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

border-color css

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

 span { border-color: rgb(225,202,108); }

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