Html Css Color HEX #EBDBB0 Beeswax

📋 copy color: '#EBDBB0'

red 235 ◦ green 219 ◦ blue 176

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

Shades of Beeswax #EBDBB0

Tints of Beeswax #EBDBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.76%

 BLUE value IS 176 (69.14% from 255) = 27.94%

R = 37.3%
G = 34.76%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBDBB0 (or 0xEBDBB0) is known color: Beeswax. HEX triplet: EB, DB and B0. RGB value is (235,219,176). Sum of RGB (Red+Green+Blue) = 235+219+176=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBB0 is #14244F. Grayscale: #DBDBDB. Windows color (decimal): -1320016 or 11590635. OLE color: 11590635.

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

Color convert

RGB 235 219 176 -
CMYK 0 0.07 0.25 0.08
HSL 43.73º 0.6% 0.81% -
HSV(B) 43.73º 0.25% 0.92% -
XYZ 67.43 71.46 51.31 -
YUV 218.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 235 219 176 0 0.07 0.25 0.08 43.73 0.6 0.81
Hex EB DB B0 0 7 19 8 2C 3C 51
Octal 353 333 260 0 7 31 10 54 74 121
Binary 11101011 11011011 10110000 0 111 11001 1000 101100 111100 1010001

Color Harmonies of #EBDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBB0

Black with #EBDBB0

Text Example


Text Example

White with #EBDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBB0; }

 p { color: rgb(235,219,176); }

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

background-color css

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

 a { background-color: rgb(235,219,176); }

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

border-color css

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

 span { border-color: rgb(235,219,176); }

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