Html Css Color HEX #EDDDB1 Beeswax

📋 copy color: '#EDDDB1'

red 237 ◦ green 221 ◦ blue 177

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

Shades of Beeswax #EDDDB1

Tints of Beeswax #EDDDB1

RGB

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

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

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

R = 37.32%
G = 34.8%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDDDB1 (or 0xEDDDB1) is known color: Beeswax. HEX triplet: ED, DD and B1. RGB value is (237,221,177). Sum of RGB (Red+Green+Blue) = 237+221+177=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDB1 is #12224E. Grayscale: #DCDCDC. Windows color (decimal): -1188431 or 11656685. OLE color: 11656685.

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

Color convert

RGB 237 221 177 -
CMYK 0 0.07 0.25 0.07
HSL 44º 0.63% 0.81% -
HSV(B) 44º 0.25% 0.93% -
XYZ 68.72 72.89 52.04 -
YUV 220.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 237 221 177 0 0.07 0.25 0.07 44 0.63 0.81
Hex ED DD B1 0 7 19 7 2C 3E 51
Octal 355 335 261 0 7 31 7 54 76 121
Binary 11101101 11011101 10110001 0 111 11001 111 101100 111110 1010001

Color Harmonies of #EDDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDB1

Black with #EDDDB1

Text Example


Text Example

White with #EDDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDB1; }

 p { color: rgb(237,221,177); }

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

background-color css

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

 a { background-color: rgb(237,221,177); }

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

border-color css

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

 span { border-color: rgb(237,221,177); }

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