Html Css Color HEX #EDB599 Wax Flower

📋 copy color: '#EDB599'

red 237 ◦ green 181 ◦ blue 153

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

Shades of Wax Flower #EDB599

Tints of Wax Flower #EDB599

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.7%

 BLUE value IS 153 (60.16% from 255) = 26.8%

R = 41.51%
G = 31.7%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDB599 (or 0xEDB599) is known color: Wax Flower. HEX triplet: ED, B5 and 99. RGB value is (237,181,153). Sum of RGB (Red+Green+Blue) = 237+181+153=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB599 is #124A66. Grayscale: #C2C2C2. Windows color (decimal): -1198695 or 10073581. OLE color: 10073581.

HSL color Cylindrical-coordinate representation of color #EDB599: hue angle of 20º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDB599 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 153 -
CMYK 0 0.24 0.35 0.07
HSL 20º 0.7% 0.76% -
HSV(B) 20º 0.35% 0.93% -
XYZ 57.2 53.35 37.42 -
YUV 194.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 237 181 153 0 0.24 0.35 0.07 20 0.7 0.76
Hex ED B5 99 0 18 23 7 14 46 4C
Octal 355 265 231 0 30 43 7 24 106 114
Binary 11101101 10110101 10011001 0 11000 100011 111 10100 1000110 1001100

Color Harmonies of #EDB599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB599

Black with #EDB599

Text Example


Text Example

White with #EDB599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB599; }

 p { color: rgb(237,181,153); }

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

background-color css

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

 a { background-color: rgb(237,181,153); }

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

border-color css

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

 span { border-color: rgb(237,181,153); }

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