Html Css Color HEX #E9D2A5 Dairy Cream

📋 copy color: '#E9D2A5'

red 233 ◦ green 210 ◦ blue 165

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

Shades of Dairy Cream #E9D2A5

Tints of Dairy Cream #E9D2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.14%

R = 38.32%
G = 34.54%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E9D2A5 (or 0xE9D2A5) is known color: Dairy Cream. HEX triplet: E9, D2 and A5. RGB value is (233,210,165). Sum of RGB (Red+Green+Blue) = 233+210+165=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D2A5 is #162D5A. Grayscale: #D3D3D3. Windows color (decimal): -1453403 or 10867433. OLE color: 10867433.

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

Color convert

RGB 233 210 165 -
CMYK 0 0.10 0.29 0.09
HSL 39.71º 0.61% 0.78% -
HSV(B) 39.71º 0.29% 0.91% -
XYZ 63.44 66.13 45.02 -
YUV 211.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 233 210 165 0 0.10 0.29 0.09 39.71 0.61 0.78
Hex E9 D2 A5 0 A 1D 9 28 3D 4E
Octal 351 322 245 0 12 35 11 50 75 116
Binary 11101001 11010010 10100101 0 1010 11101 1001 101000 111101 1001110

Color Harmonies of #E9D2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D2A5

Black with #E9D2A5

Text Example


Text Example

White with #E9D2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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