Html Css Color HEX #EBD0A7 Dairy Cream

📋 copy color: '#EBD0A7'

red 235 ◦ green 208 ◦ blue 167

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

Shades of Dairy Cream #EBD0A7

Tints of Dairy Cream #EBD0A7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.1%

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

R = 38.52%
G = 34.1%
B = 27.38%

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

#EBD0A7 (or 0xEBD0A7) is known color: Dairy Cream. HEX triplet: EB, D0 and A7. RGB value is (235,208,167). Sum of RGB (Red+Green+Blue) = 235+208+167=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0A7 is #142F58. Grayscale: #D3D3D3. Windows color (decimal): -1322841 or 10997995. OLE color: 10997995.

HSL color Cylindrical-coordinate representation of color #EBD0A7: hue angle of 36.18º 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 #EBD0A7 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 208 167 -
CMYK 0 0.11 0.29 0.08
HSL 36.18º 0.63% 0.79% -
HSV(B) 36.18º 0.29% 0.92% -
XYZ 63.79 65.56 45.85 -
YUV 211.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 235 208 167 0 0.11 0.29 0.08 36.18 0.63 0.79
Hex EB D0 A7 0 B 1D 8 24 3F 4F
Octal 353 320 247 0 13 35 10 44 77 117
Binary 11101011 11010000 10100111 0 1011 11101 1000 100100 111111 1001111

Color Harmonies of #EBD0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0A7

Black with #EBD0A7

Text Example


Text Example

White with #EBD0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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