Html Css Color HEX #EBDAB1 Beeswax

📋 copy color: '#EBDAB1'

red 235 ◦ green 218 ◦ blue 177

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

Shades of Beeswax #EBDAB1

Tints of Beeswax #EBDAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.1%

R = 37.3%
G = 34.6%
B = 28.1%

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

#EBDAB1 (or 0xEBDAB1) is known color: Beeswax. HEX triplet: EB, DA and B1. RGB value is (235,218,177). Sum of RGB (Red+Green+Blue) = 235+218+177=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAB1 is #14254E. Grayscale: #DADADA. Windows color (decimal): -1320271 or 11655915. OLE color: 11655915.

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

Color convert

RGB 235 218 177 -
CMYK 0 0.07 0.25 0.08
HSL 42.41º 0.59% 0.81% -
HSV(B) 42.41º 0.25% 0.92% -
XYZ 67.27 70.98 51.75 -
YUV 218.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 235 218 177 0 0.07 0.25 0.08 42.41 0.59 0.81
Hex EB DA B1 0 7 19 8 2A 3B 51
Octal 353 332 261 0 7 31 10 52 73 121
Binary 11101011 11011010 10110001 0 111 11001 1000 101010 111011 1010001

Color Harmonies of #EBDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAB1

Black with #EBDAB1

Text Example


Text Example

White with #EBDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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