Html Css Color HEX #E1CB90 Double Colonial White

📋 copy color: '#E1CB90'

red 225 ◦ green 203 ◦ blue 144

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

Shades of Double Colonial White #E1CB90

Tints of Double Colonial White #E1CB90

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.49%

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

R = 39.34%
G = 35.49%
B = 25.17%

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

#E1CB90 (or 0xE1CB90) is known color: Double Colonial White. HEX triplet: E1, CB and 90. RGB value is (225,203,144). Sum of RGB (Red+Green+Blue) = 225+203+144=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CB90 is #1E346F. Grayscale: #CBCBCB. Windows color (decimal): -1979504 or 9489377. OLE color: 9489377.

HSL color Cylindrical-coordinate representation of color #E1CB90: hue angle of 43.7º 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 #E1CB90 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 203 144 -
CMYK 0 0.10 0.36 0.12
HSL 43.7º 0.57% 0.72% -
HSV(B) 43.7º 0.36% 0.88% -
XYZ 57.44 60.73 35.08 -
YUV 202.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 225 203 144 0 0.10 0.36 0.12 43.7 0.57 0.72
Hex E1 CB 90 0 A 24 C 2C 39 48
Octal 341 313 220 0 12 44 14 54 71 110
Binary 11100001 11001011 10010000 0 1010 100100 1100 101100 111001 1001000

Color Harmonies of #E1CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB90

Black with #E1CB90

Text Example


Text Example

White with #E1CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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