Html Css Color HEX #EDD9AF Beeswax

📋 copy color: '#EDD9AF'

red 237 ◦ green 217 ◦ blue 175

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

Shades of Beeswax #EDD9AF

Tints of Beeswax #EDD9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.5%

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

R = 37.68%
G = 34.5%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDD9AF (or 0xEDD9AF) is known color: Beeswax. HEX triplet: ED, D9 and AF. RGB value is (237,217,175). Sum of RGB (Red+Green+Blue) = 237+217+175=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9AF is #122650. Grayscale: #DADADA. Windows color (decimal): -1189457 or 11524589. OLE color: 11524589.

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

Color convert

RGB 237 217 175 -
CMYK 0 0.08 0.26 0.07
HSL 40.65º 0.63% 0.81% -
HSV(B) 40.65º 0.26% 0.93% -
XYZ 67.48 70.73 50.65 -
YUV 218.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 237 217 175 0 0.08 0.26 0.07 40.65 0.63 0.81
Hex ED D9 AF 0 8 1A 7 29 3F 51
Octal 355 331 257 0 10 32 7 51 77 121
Binary 11101101 11011001 10101111 0 1000 11010 111 101001 111111 1010001

Color Harmonies of #EDD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9AF

Black with #EDD9AF

Text Example


Text Example

White with #EDD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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