Html Css Color HEX #EDB59E Wax Flower

📋 copy color: '#EDB59E'

red 237 ◦ green 181 ◦ blue 158

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

Shades of Wax Flower #EDB59E

Tints of Wax Flower #EDB59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 41.15%
G = 31.42%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDB59E (or 0xEDB59E) is known color: Wax Flower. HEX triplet: ED, B5 and 9E. RGB value is (237,181,158). Sum of RGB (Red+Green+Blue) = 237+181+158=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB59E is #124A61. Grayscale: #C3C3C3. Windows color (decimal): -1198690 or 10401261. OLE color: 10401261.

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

Color convert

RGB 237 181 158 -
CMYK 0 0.24 0.33 0.07
HSL 17.47º 0.69% 0.77% -
HSV(B) 17.47º 0.33% 0.93% -
XYZ 57.62 53.52 39.64 -
YUV 195.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 237 181 158 0 0.24 0.33 0.07 17.47 0.69 0.77
Hex ED B5 9E 0 18 21 7 11 45 4D
Octal 355 265 236 0 30 41 7 21 105 115
Binary 11101101 10110101 10011110 0 11000 100001 111 10001 1000101 1001101

Color Harmonies of #EDB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB59E

Black with #EDB59E

Text Example


Text Example

White with #EDB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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