Html Css Color HEX #E1CA90 Double Colonial White

📋 copy color: '#E1CA90'

red 225 ◦ green 202 ◦ blue 144

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

Shades of Double Colonial White #E1CA90

Tints of Double Colonial White #E1CA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.22%

R = 39.4%
G = 35.38%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1CA90 (or 0xE1CA90) is known color: Double Colonial White. HEX triplet: E1, CA and 90. RGB value is (225,202,144). Sum of RGB (Red+Green+Blue) = 225+202+144=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA90 is #1E356F. Grayscale: #CACACA. Windows color (decimal): -1979760 or 9489121. OLE color: 9489121.

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

Color convert

RGB 225 202 144 -
CMYK 0 0.10 0.36 0.12
HSL 42.96º 0.57% 0.72% -
HSV(B) 42.96º 0.36% 0.88% -
XYZ 57.21 60.26 35 -
YUV 202.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 225 202 144 0 0.10 0.36 0.12 42.96 0.57 0.72
Hex E1 CA 90 0 A 24 C 2B 39 48
Octal 341 312 220 0 12 44 14 53 71 110
Binary 11100001 11001010 10010000 0 1010 100100 1100 101011 111001 1001000

Color Harmonies of #E1CA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA90

Black with #E1CA90

Text Example


Text Example

White with #E1CA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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