Html Css Color HEX #EBDAAF Beeswax

📋 copy color: '#EBDAAF'

red 235 ◦ green 218 ◦ blue 175

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

Shades of Beeswax #EBDAAF

Tints of Beeswax #EBDAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.71%

 BLUE value IS 175 (68.75% from 255) = 27.87%

R = 37.42%
G = 34.71%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBDAAF (or 0xEBDAAF) is known color: Beeswax. HEX triplet: EB, DA and AF. RGB value is (235,218,175). Sum of RGB (Red+Green+Blue) = 235+218+175=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAAF is #142550. Grayscale: #DADADA. Windows color (decimal): -1320273 or 11524843. OLE color: 11524843.

HSL color Cylindrical-coordinate representation of color #EBDAAF: hue angle of 43º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBDAAF is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 175 -
CMYK 0 0.07 0.26 0.08
HSL 43º 0.6% 0.8% -
HSV(B) 43º 0.26% 0.92% -
XYZ 67.07 70.9 50.71 -
YUV 218.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 235 218 175 0 0.07 0.26 0.08 43 0.6 0.8
Hex EB DA AF 0 7 1A 8 2B 3C 50
Octal 353 332 257 0 7 32 10 53 74 120
Binary 11101011 11011010 10101111 0 111 11010 1000 101011 111100 1010000

Color Harmonies of #EBDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAAF

Black with #EBDAAF

Text Example


Text Example

White with #EBDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAAF; }

 p { color: rgb(235,218,175); }

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

background-color css

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

 a { background-color: rgb(235,218,175); }

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

border-color css

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

 span { border-color: rgb(235,218,175); }

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