Html Css Color HEX #EDDAB0 Beeswax

📋 copy color: '#EDDAB0'

red 237 ◦ green 218 ◦ blue 176

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

Shades of Beeswax #EDDAB0

Tints of Beeswax #EDDAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.55%

 BLUE value IS 176 (69.14% from 255) = 27.89%

R = 37.56%
G = 34.55%
B = 27.89%

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

#EDDAB0 (or 0xEDDAB0) is known color: Beeswax. HEX triplet: ED, DA and B0. RGB value is (237,218,176). Sum of RGB (Red+Green+Blue) = 237+218+176=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAB0 is #12254F. Grayscale: #DBDBDB. Windows color (decimal): -1189200 or 11590381. OLE color: 11590381.

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

Color convert

RGB 237 218 176 -
CMYK 0 0.08 0.26 0.07
HSL 41.31º 0.63% 0.81% -
HSV(B) 41.31º 0.26% 0.93% -
XYZ 67.83 71.28 51.26 -
YUV 218.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 237 218 176 0 0.08 0.26 0.07 41.31 0.63 0.81
Hex ED DA B0 0 8 1A 7 29 3F 51
Octal 355 332 260 0 10 32 7 51 77 121
Binary 11101101 11011010 10110000 0 1000 11010 111 101001 111111 1010001

Color Harmonies of #EDDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAB0

Black with #EDDAB0

Text Example


Text Example

White with #EDDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAB0; }

 p { color: rgb(237,218,176); }

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

background-color css

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

 a { background-color: rgb(237,218,176); }

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

border-color css

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

 span { border-color: rgb(237,218,176); }

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