Html Css Color HEX #E2CF9B Double Colonial White

📋 copy color: '#E2CF9B'

red 226 ◦ green 207 ◦ blue 155

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

Shades of Double Colonial White #E2CF9B

Tints of Double Colonial White #E2CF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.36%

R = 38.44%
G = 35.2%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2CF9B (or 0xE2CF9B) is known color: Double Colonial White. HEX triplet: E2, CF and 9B. RGB value is (226,207,155). Sum of RGB (Red+Green+Blue) = 226+207+155=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CF9B is #1D3064. Grayscale: #CECECE. Windows color (decimal): -1912933 or 10211298. OLE color: 10211298.

HSL color Cylindrical-coordinate representation of color #E2CF9B: hue angle of 43.94º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2CF9B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 207 155 -
CMYK 0 0.08 0.31 0.11
HSL 43.94º 0.55% 0.75% -
HSV(B) 43.94º 0.31% 0.89% -
XYZ 59.59 63.16 40.06 -
YUV 206.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 226 207 155 0 0.08 0.31 0.11 43.94 0.55 0.75
Hex E2 CF 9B 0 8 1F B 2C 37 4B
Octal 342 317 233 0 10 37 13 54 67 113
Binary 11100010 11001111 10011011 0 1000 11111 1011 101100 110111 1001011

Color Harmonies of #E2CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CF9B

Black with #E2CF9B

Text Example


Text Example

White with #E2CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CF9B; }

 p { color: rgb(226,207,155); }

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

background-color css

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

 a { background-color: rgb(226,207,155); }

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

border-color css

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

 span { border-color: rgb(226,207,155); }

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