Html Css Color HEX #EBCDA4 Dairy Cream

📋 copy color: '#EBCDA4'

red 235 ◦ green 205 ◦ blue 164

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

Shades of Dairy Cream #EBCDA4

Tints of Dairy Cream #EBCDA4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.94%

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

R = 38.91%
G = 33.94%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBCDA4 (or 0xEBCDA4) is known color: Dairy Cream. HEX triplet: EB, CD and A4. RGB value is (235,205,164). Sum of RGB (Red+Green+Blue) = 235+205+164=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDA4 is #14325B. Grayscale: #D1D1D1. Windows color (decimal): -1323612 or 10800619. OLE color: 10800619.

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

Color convert

RGB 235 205 164 -
CMYK 0 0.13 0.30 0.08
HSL 34.65º 0.64% 0.78% -
HSV(B) 34.65º 0.3% 0.92% -
XYZ 62.79 64.01 44.17 -
YUV 209.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 235 205 164 0 0.13 0.30 0.08 34.65 0.64 0.78
Hex EB CD A4 0 D 1E 8 23 40 4E
Octal 353 315 244 0 15 36 10 43 100 116
Binary 11101011 11001101 10100100 0 1101 11110 1000 100011 1000000 1001110

Color Harmonies of #EBCDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDA4

Black with #EBCDA4

Text Example


Text Example

White with #EBCDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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