Html Css Color HEX #EBCEA0 Dairy Cream

📋 copy color: '#EBCEA0'

red 235 ◦ green 206 ◦ blue 160

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

Shades of Dairy Cream #EBCEA0

Tints of Dairy Cream #EBCEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.28%

 BLUE value IS 160 (62.89% from 255) = 26.62%

R = 39.1%
G = 34.28%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBCEA0 (or 0xEBCEA0) is known color: Dairy Cream. HEX triplet: EB, CE and A0. RGB value is (235,206,160). Sum of RGB (Red+Green+Blue) = 235+206+160=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEA0 is #14315F. Grayscale: #D1D1D1. Windows color (decimal): -1323360 or 10538731. OLE color: 10538731.

HSL color Cylindrical-coordinate representation of color #EBCEA0: hue angle of 36.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBCEA0 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 206 160 -
CMYK 0 0.12 0.32 0.08
HSL 36.8º 0.65% 0.77% -
HSV(B) 36.8º 0.32% 0.92% -
XYZ 62.68 64.34 42.37 -
YUV 209.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 235 206 160 0 0.12 0.32 0.08 36.8 0.65 0.77
Hex EB CE A0 0 C 20 8 25 41 4D
Octal 353 316 240 0 14 40 10 45 101 115
Binary 11101011 11001110 10100000 0 1100 100000 1000 100101 1000001 1001101

Color Harmonies of #EBCEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEA0

Black with #EBCEA0

Text Example


Text Example

White with #EBCEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEA0; }

 p { color: rgb(235,206,160); }

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

background-color css

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

 a { background-color: rgb(235,206,160); }

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

border-color css

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

 span { border-color: rgb(235,206,160); }

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