Html Css Color HEX #E2CC92 Double Colonial White

📋 copy color: '#E2CC92'

red 226 ◦ green 204 ◦ blue 146

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

Shades of Double Colonial White #E2CC92

Tints of Double Colonial White #E2CC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.42%

 BLUE value IS 146 (57.42% from 255) = 25.35%

R = 39.24%
G = 35.42%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2CC92 (or 0xE2CC92) is known color: Double Colonial White. HEX triplet: E2, CC and 92. RGB value is (226,204,146). Sum of RGB (Red+Green+Blue) = 226+204+146=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CC92 is #1D336D. Grayscale: #CCCCCC. Windows color (decimal): -1913710 or 9620706. OLE color: 9620706.

HSL color Cylindrical-coordinate representation of color #E2CC92: hue angle of 43.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2CC92 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 204 146 -
CMYK 0 0.10 0.35 0.11
HSL 43.5º 0.58% 0.73% -
HSV(B) 43.5º 0.35% 0.89% -
XYZ 58.15 61.43 35.99 -
YUV 203.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 226 204 146 0 0.10 0.35 0.11 43.5 0.58 0.73
Hex E2 CC 92 0 A 23 B 2C 3A 49
Octal 342 314 222 0 12 43 13 54 72 111
Binary 11100010 11001100 10010010 0 1010 100011 1011 101100 111010 1001001

Color Harmonies of #E2CC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC92

Black with #E2CC92

Text Example


Text Example

White with #E2CC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC92; }

 p { color: rgb(226,204,146); }

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

background-color css

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

 a { background-color: rgb(226,204,146); }

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

border-color css

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

 span { border-color: rgb(226,204,146); }

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