Html Css Color HEX #EBCEA2 Dairy Cream

📋 copy color: '#EBCEA2'

red 235 ◦ green 206 ◦ blue 162

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

Shades of Dairy Cream #EBCEA2

Tints of Dairy Cream #EBCEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.87%

R = 38.97%
G = 34.16%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBCEA2 (or 0xEBCEA2) is known color: Dairy Cream. HEX triplet: EB, CE and A2. RGB value is (235,206,162). Sum of RGB (Red+Green+Blue) = 235+206+162=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEA2 is #14315D. Grayscale: #D1D1D1. Windows color (decimal): -1323358 or 10669803. OLE color: 10669803.

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

Color convert

RGB 235 206 162 -
CMYK 0 0.12 0.31 0.08
HSL 36.16º 0.65% 0.78% -
HSV(B) 36.16º 0.31% 0.92% -
XYZ 62.85 64.41 43.3 -
YUV 209.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 235 206 162 0 0.12 0.31 0.08 36.16 0.65 0.78
Hex EB CE A2 0 C 1F 8 24 41 4E
Octal 353 316 242 0 14 37 10 44 101 116
Binary 11101011 11001110 10100010 0 1100 11111 1000 100100 1000001 1001110

Color Harmonies of #EBCEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEA2

Black with #EBCEA2

Text Example


Text Example

White with #EBCEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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