Html Css Color HEX #EDDDB2 Beeswax

📋 copy color: '#EDDDB2'

red 237 ◦ green 221 ◦ blue 178

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

Shades of Beeswax #EDDDB2

Tints of Beeswax #EDDDB2

RGB

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

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

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

R = 37.26%
G = 34.75%
B = 27.99%

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

#EDDDB2 (or 0xEDDDB2) is known color: Beeswax. HEX triplet: ED, DD and B2. RGB value is (237,221,178). Sum of RGB (Red+Green+Blue) = 237+221+178=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDB2 is #12224D. Grayscale: #DDDDDD. Windows color (decimal): -1188430 or 11722221. OLE color: 11722221.

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

Color convert

RGB 237 221 178 -
CMYK 0 0.07 0.25 0.07
HSL 43.73º 0.62% 0.81% -
HSV(B) 43.73º 0.25% 0.93% -
XYZ 68.82 72.93 52.57 -
YUV 220.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 237 221 178 0 0.07 0.25 0.07 43.73 0.62 0.81
Hex ED DD B2 0 7 19 7 2C 3E 51
Octal 355 335 262 0 7 31 7 54 76 121
Binary 11101101 11011101 10110010 0 111 11001 111 101100 111110 1010001

Color Harmonies of #EDDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDB2

Black with #EDDDB2

Text Example


Text Example

White with #EDDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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