Html Css Color HEX #E5CF9A Double Colonial White

📋 copy color: '#E5CF9A'

red 229 ◦ green 207 ◦ blue 154

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

Shades of Double Colonial White #E5CF9A

Tints of Double Colonial White #E5CF9A

RGB

 RED value IS 229 (89.84% from 255) = 38.81%

 GREEN value IS 207 (81.25% from 255) = 35.08%

 BLUE value IS 154 (60.55% from 255) = 26.1%

R = 38.81%
G = 35.08%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5CF9A (or 0xE5CF9A) is known color: Double Colonial White. HEX triplet: E5, CF and 9A. RGB value is (229,207,154). Sum of RGB (Red+Green+Blue) = 229+207+154=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF9A is #1A3065. Grayscale: #CFCFCF. Windows color (decimal): -1716326 or 10145765. OLE color: 10145765.

HSL color Cylindrical-coordinate representation of color #E5CF9A: hue angle of 42.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5CF9A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 154 -
CMYK 0 0.10 0.33 0.10
HSL 42.4º 0.59% 0.75% -
HSV(B) 42.4º 0.33% 0.9% -
XYZ 60.46 63.62 39.66 -
YUV 207.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 229 207 154 0 0.10 0.33 0.10 42.4 0.59 0.75
Hex E5 CF 9A 0 A 21 A 2A 3B 4B
Octal 345 317 232 0 12 41 12 52 73 113
Binary 11100101 11001111 10011010 0 1010 100001 1010 101010 111011 1001011

Color Harmonies of #E5CF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF9A

Black with #E5CF9A

Text Example


Text Example

White with #E5CF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF9A; }

 p { color: rgb(229,207,154); }

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

background-color css

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

 a { background-color: rgb(229,207,154); }

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

border-color css

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

 span { border-color: rgb(229,207,154); }

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