Html Css Color HEX #EDA599 Wax Flower

📋 copy color: '#EDA599'

red 237 ◦ green 165 ◦ blue 153

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

Shades of Wax Flower #EDA599

Tints of Wax Flower #EDA599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

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

R = 42.7%
G = 29.73%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA599 (or 0xEDA599) is known color: Wax Flower. HEX triplet: ED, A5 and 99. RGB value is (237,165,153). Sum of RGB (Red+Green+Blue) = 237+165+153=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA599 is #125A66. Grayscale: #B9B9B9. Windows color (decimal): -1202791 or 10069485. OLE color: 10069485.

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

Color convert

RGB 237 165 153 -
CMYK 0 0.30 0.35 0.07
HSL 8.57º 0.7% 0.76% -
HSV(B) 8.57º 0.35% 0.93% -
XYZ 54.13 47.21 36.4 -
YUV 185.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 237 165 153 0 0.30 0.35 0.07 8.57 0.7 0.76
Hex ED A5 99 0 1E 23 7 9 46 4C
Octal 355 245 231 0 36 43 7 11 106 114
Binary 11101101 10100101 10011001 0 11110 100011 111 1001 1000110 1001100

Color Harmonies of #EDA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA599

Black with #EDA599

Text Example


Text Example

White with #EDA599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA599; }

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

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

background-color css

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

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

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

border-color css

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

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

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