Html Css Color HEX #EDDCB1 Beeswax

📋 copy color: '#EDDCB1'

red 237 ◦ green 220 ◦ blue 177

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

Shades of Beeswax #EDDCB1

Tints of Beeswax #EDDCB1

RGB

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

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

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

R = 37.38%
G = 34.7%
B = 27.92%

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

#EDDCB1 (or 0xEDDCB1) is known color: Beeswax. HEX triplet: ED, DC and B1. RGB value is (237,220,177). Sum of RGB (Red+Green+Blue) = 237+220+177=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCB1 is #12234E. Grayscale: #DCDCDC. Windows color (decimal): -1188687 or 11656429. OLE color: 11656429.

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

Color convert

RGB 237 220 177 -
CMYK 0 0.07 0.25 0.07
HSL 43º 0.63% 0.81% -
HSV(B) 43º 0.25% 0.93% -
XYZ 68.45 72.37 51.95 -
YUV 220.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 237 220 177 0 0.07 0.25 0.07 43 0.63 0.81
Hex ED DC B1 0 7 19 7 2B 3E 51
Octal 355 334 261 0 7 31 7 53 76 121
Binary 11101101 11011100 10110001 0 111 11001 111 101011 111110 1010001

Color Harmonies of #EDDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCB1

Black with #EDDCB1

Text Example


Text Example

White with #EDDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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