Html Css Color HEX #EBD2A7 Dairy Cream

📋 copy color: '#EBD2A7'

red 235 ◦ green 210 ◦ blue 167

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

Shades of Dairy Cream #EBD2A7

Tints of Dairy Cream #EBD2A7

RGB

 RED value IS 235 (92.19% from 255) = 38.4%

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

 BLUE value IS 167 (65.63% from 255) = 27.29%

R = 38.4%
G = 34.31%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBD2A7 (or 0xEBD2A7) is known color: Dairy Cream. HEX triplet: EB, D2 and A7. RGB value is (235,210,167). Sum of RGB (Red+Green+Blue) = 235+210+167=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A7 is #142D58. Grayscale: #D4D4D4. Windows color (decimal): -1322329 or 10998507. OLE color: 10998507.

HSL color Cylindrical-coordinate representation of color #EBD2A7: hue angle of 37.94º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBD2A7 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 210 167 -
CMYK 0 0.11 0.29 0.08
HSL 37.94º 0.63% 0.79% -
HSV(B) 37.94º 0.29% 0.92% -
XYZ 64.28 66.55 46.02 -
YUV 212.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 235 210 167 0 0.11 0.29 0.08 37.94 0.63 0.79
Hex EB D2 A7 0 B 1D 8 26 3F 4F
Octal 353 322 247 0 13 35 10 46 77 117
Binary 11101011 11010010 10100111 0 1011 11101 1000 100110 111111 1001111

Color Harmonies of #EBD2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2A7

Black with #EBD2A7

Text Example


Text Example

White with #EBD2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2A7; }

 p { color: rgb(235,210,167); }

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

background-color css

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

 a { background-color: rgb(235,210,167); }

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

border-color css

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

 span { border-color: rgb(235,210,167); }

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