Html Css Color HEX #EDB09E Wax Flower

📋 copy color: '#EDB09E'

red 237 ◦ green 176 ◦ blue 158

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

Shades of Wax Flower #EDB09E

Tints of Wax Flower #EDB09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.82%

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

R = 41.51%
G = 30.82%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDB09E (or 0xEDB09E) is known color: Wax Flower. HEX triplet: ED, B0 and 9E. RGB value is (237,176,158). Sum of RGB (Red+Green+Blue) = 237+176+158=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB09E is #124F61. Grayscale: #C0C0C0. Windows color (decimal): -1199970 or 10399981. OLE color: 10399981.

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

Color convert

RGB 237 176 158 -
CMYK 0 0.26 0.33 0.07
HSL 13.67º 0.69% 0.77% -
HSV(B) 13.67º 0.33% 0.93% -
XYZ 56.62 51.52 39.31 -
YUV 192.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 237 176 158 0 0.26 0.33 0.07 13.67 0.69 0.77
Hex ED B0 9E 0 1A 21 7 E 45 4D
Octal 355 260 236 0 32 41 7 16 105 115
Binary 11101101 10110000 10011110 0 11010 100001 111 1110 1000101 1001101

Color Harmonies of #EDB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB09E

Black with #EDB09E

Text Example


Text Example

White with #EDB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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