Html Css Color HEX #EDDBAD Beeswax

📋 copy color: '#EDDBAD'

red 237 ◦ green 219 ◦ blue 173

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

Shades of Beeswax #EDDBAD

Tints of Beeswax #EDDBAD

RGB

 RED value IS 237 (92.97% from 255) = 37.68%

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

 BLUE value IS 173 (67.97% from 255) = 27.5%

R = 37.68%
G = 34.82%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDDBAD (or 0xEDDBAD) is known color: Beeswax. HEX triplet: ED, DB and AD. RGB value is (237,219,173). Sum of RGB (Red+Green+Blue) = 237+219+173=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBAD is #122452. Grayscale: #DBDBDB. Windows color (decimal): -1188947 or 11394029. OLE color: 11394029.

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

Color convert

RGB 237 219 173 -
CMYK 0 0.08 0.27 0.07
HSL 43.13º 0.64% 0.8% -
HSV(B) 43.13º 0.27% 0.93% -
XYZ 67.8 71.68 49.8 -
YUV 219.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 237 219 173 0 0.08 0.27 0.07 43.13 0.64 0.8
Hex ED DB AD 0 8 1B 7 2B 40 50
Octal 355 333 255 0 10 33 7 53 100 120
Binary 11101101 11011011 10101101 0 1000 11011 111 101011 1000000 1010000

Color Harmonies of #EDDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBAD

Black with #EDDBAD

Text Example


Text Example

White with #EDDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBAD; }

 p { color: rgb(237,219,173); }

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

background-color css

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

 a { background-color: rgb(237,219,173); }

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

border-color css

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

 span { border-color: rgb(237,219,173); }

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