Html Css Color HEX #EBCEA4 Dairy Cream

📋 copy color: '#EBCEA4'

red 235 ◦ green 206 ◦ blue 164

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

Shades of Dairy Cream #EBCEA4

Tints of Dairy Cream #EBCEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.11%

R = 38.84%
G = 34.05%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBCEA4 (or 0xEBCEA4) is known color: Dairy Cream. HEX triplet: EB, CE and A4. RGB value is (235,206,164). Sum of RGB (Red+Green+Blue) = 235+206+164=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEA4 is #14315B. Grayscale: #D2D2D2. Windows color (decimal): -1323356 or 10800875. OLE color: 10800875.

HSL color Cylindrical-coordinate representation of color #EBCEA4: hue angle of 35.49º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBCEA4 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 206 164 -
CMYK 0 0.12 0.30 0.08
HSL 35.49º 0.64% 0.78% -
HSV(B) 35.49º 0.3% 0.92% -
XYZ 63.03 64.49 44.25 -
YUV 209.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 235 206 164 0 0.12 0.30 0.08 35.49 0.64 0.78
Hex EB CE A4 0 C 1E 8 23 40 4E
Octal 353 316 244 0 14 36 10 43 100 116
Binary 11101011 11001110 10100100 0 1100 11110 1000 100011 1000000 1001110

Color Harmonies of #EBCEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEA4

Black with #EBCEA4

Text Example


Text Example

White with #EBCEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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