Html Css Color HEX #EDDCAF Beeswax

📋 copy color: '#EDDCAF'

red 237 ◦ green 220 ◦ blue 175

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

Shades of Beeswax #EDDCAF

Tints of Beeswax #EDDCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.69%

R = 37.5%
G = 34.81%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDDCAF (or 0xEDDCAF) is known color: Beeswax. HEX triplet: ED, DC and AF. RGB value is (237,220,175). Sum of RGB (Red+Green+Blue) = 237+220+175=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAF is #122350. Grayscale: #DCDCDC. Windows color (decimal): -1188689 or 11525357. OLE color: 11525357.

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

Color convert

RGB 237 220 175 -
CMYK 0 0.07 0.26 0.07
HSL 43.55º 0.63% 0.81% -
HSV(B) 43.55º 0.26% 0.93% -
XYZ 68.26 72.29 50.91 -
YUV 219.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 237 220 175 0 0.07 0.26 0.07 43.55 0.63 0.81
Hex ED DC AF 0 7 1A 7 2C 3F 51
Octal 355 334 257 0 7 32 7 54 77 121
Binary 11101101 11011100 10101111 0 111 11010 111 101100 111111 1010001

Color Harmonies of #EDDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCAF

Black with #EDDCAF

Text Example


Text Example

White with #EDDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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