Html Css Color HEX #E9D292 Double Colonial White

📋 copy color: '#E9D292'

red 233 ◦ green 210 ◦ blue 146

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

Shades of Double Colonial White #E9D292

Tints of Double Colonial White #E9D292

RGB

 RED value IS 233 (91.41% from 255) = 39.56%

 GREEN value IS 210 (82.42% from 255) = 35.65%

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

R = 39.56%
G = 35.65%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E9D292 (or 0xE9D292) is known color: Double Colonial White. HEX triplet: E9, D2 and 92. RGB value is (233,210,146). Sum of RGB (Red+Green+Blue) = 233+210+146=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D292 is #162D6D. Grayscale: #D1D1D1. Windows color (decimal): -1453422 or 9622249. OLE color: 9622249.

HSL color Cylindrical-coordinate representation of color #E9D292: hue angle of 44.14º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9D292 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 210 146 -
CMYK 0 0.10 0.37 0.09
HSL 44.14º 0.66% 0.74% -
HSV(B) 44.14º 0.37% 0.91% -
XYZ 61.84 65.49 36.58 -
YUV 209.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 233 210 146 0 0.10 0.37 0.09 44.14 0.66 0.74
Hex E9 D2 92 0 A 25 9 2C 42 4A
Octal 351 322 222 0 12 45 11 54 102 112
Binary 11101001 11010010 10010010 0 1010 100101 1001 101100 1000010 1001010

Color Harmonies of #E9D292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D292

Black with #E9D292

Text Example


Text Example

White with #E9D292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D292; }

 p { color: rgb(233,210,146); }

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

background-color css

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

 a { background-color: rgb(233,210,146); }

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

border-color css

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

 span { border-color: rgb(233,210,146); }

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