Html Css Color HEX #EBDCB2 Beeswax

📋 copy color: '#EBDCB2'

red 235 ◦ green 220 ◦ blue 178

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

Shades of Beeswax #EBDCB2

Tints of Beeswax #EBDCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.76%

 BLUE value IS 178 (69.92% from 255) = 28.12%

R = 37.12%
G = 34.76%
B = 28.12%

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

#EBDCB2 (or 0xEBDCB2) is known color: Beeswax. HEX triplet: EB, DC and B2. RGB value is (235,220,178). Sum of RGB (Red+Green+Blue) = 235+220+178=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCB2 is #14234D. Grayscale: #DBDBDB. Windows color (decimal): -1319758 or 11721963. OLE color: 11721963.

HSL color Cylindrical-coordinate representation of color #EBDCB2: hue angle of 44.21º degrees, saturation: 0.59, 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 #EBDCB2 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 178 -
CMYK 0 0.06 0.24 0.08
HSL 44.21º 0.59% 0.81% -
HSV(B) 44.21º 0.24% 0.92% -
XYZ 67.89 72.06 52.45 -
YUV 219.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 235 220 178 0 0.06 0.24 0.08 44.21 0.59 0.81
Hex EB DC B2 0 6 18 8 2C 3B 51
Octal 353 334 262 0 6 30 10 54 73 121
Binary 11101011 11011100 10110010 0 110 11000 1000 101100 111011 1010001

Color Harmonies of #EBDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCB2

Black with #EBDCB2

Text Example


Text Example

White with #EBDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCB2; }

 p { color: rgb(235,220,178); }

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

background-color css

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

 a { background-color: rgb(235,220,178); }

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

border-color css

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

 span { border-color: rgb(235,220,178); }

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