Html Css Color HEX #EBD0A5 Dairy Cream

📋 copy color: '#EBD0A5'

red 235 ◦ green 208 ◦ blue 165

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

Shades of Dairy Cream #EBD0A5

Tints of Dairy Cream #EBD0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.14%

R = 38.65%
G = 34.21%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBD0A5 (or 0xEBD0A5) is known color: Dairy Cream. HEX triplet: EB, D0 and A5. RGB value is (235,208,165). Sum of RGB (Red+Green+Blue) = 235+208+165=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0A5 is #142F5A. Grayscale: #D3D3D3. Windows color (decimal): -1322843 or 10866923. OLE color: 10866923.

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

Color convert

RGB 235 208 165 -
CMYK 0 0.11 0.30 0.08
HSL 36.86º 0.64% 0.78% -
HSV(B) 36.86º 0.3% 0.92% -
XYZ 63.61 65.49 44.89 -
YUV 211.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 235 208 165 0 0.11 0.30 0.08 36.86 0.64 0.78
Hex EB D0 A5 0 B 1E 8 25 40 4E
Octal 353 320 245 0 13 36 10 45 100 116
Binary 11101011 11010000 10100101 0 1011 11110 1000 100101 1000000 1001110

Color Harmonies of #EBD0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0A5

Black with #EBD0A5

Text Example


Text Example

White with #EBD0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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