Html Css Color HEX #EBDDB3 Beeswax

📋 copy color: '#EBDDB3'

red 235 ◦ green 221 ◦ blue 179

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

Shades of Beeswax #EBDDB3

Tints of Beeswax #EBDDB3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.8%

 BLUE value IS 179 (70.31% from 255) = 28.19%

R = 37.01%
G = 34.8%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBDDB3 (or 0xEBDDB3) is known color: Beeswax. HEX triplet: EB, DD and B3. RGB value is (235,221,179). Sum of RGB (Red+Green+Blue) = 235+221+179=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB3 is #14224C. Grayscale: #DCDCDC. Windows color (decimal): -1319501 or 11787755. OLE color: 11787755.

HSL color Cylindrical-coordinate representation of color #EBDDB3: hue angle of 45º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBDDB3 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 221 179 -
CMYK 0 0.06 0.24 0.08
HSL 45º 0.58% 0.81% -
HSV(B) 45º 0.24% 0.92% -
XYZ 68.25 72.63 53.07 -
YUV 220.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 235 221 179 0 0.06 0.24 0.08 45 0.58 0.81
Hex EB DD B3 0 6 18 8 2D 3A 51
Octal 353 335 263 0 6 30 10 55 72 121
Binary 11101011 11011101 10110011 0 110 11000 1000 101101 111010 1010001

Color Harmonies of #EBDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDB3

Black with #EBDDB3

Text Example


Text Example

White with #EBDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDB3; }

 p { color: rgb(235,221,179); }

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

background-color css

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

 a { background-color: rgb(235,221,179); }

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

border-color css

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

 span { border-color: rgb(235,221,179); }

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