Html Css Color HEX #EDB99E Wax Flower

📋 copy color: '#EDB99E'

red 237 ◦ green 185 ◦ blue 158

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

Shades of Wax Flower #EDB99E

Tints of Wax Flower #EDB99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.9%

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

R = 40.86%
G = 31.9%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDB99E (or 0xEDB99E) is known color: Wax Flower. HEX triplet: ED, B9 and 9E. RGB value is (237,185,158). Sum of RGB (Red+Green+Blue) = 237+185+158=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB99E is #124661. Grayscale: #C5C5C5. Windows color (decimal): -1197666 or 10402285. OLE color: 10402285.

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

Color convert

RGB 237 185 158 -
CMYK 0 0.22 0.33 0.07
HSL 20.51º 0.69% 0.77% -
HSV(B) 20.51º 0.33% 0.93% -
XYZ 58.45 55.17 39.92 -
YUV 197.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 237 185 158 0 0.22 0.33 0.07 20.51 0.69 0.77
Hex ED B9 9E 0 16 21 7 15 45 4D
Octal 355 271 236 0 26 41 7 25 105 115
Binary 11101101 10111001 10011110 0 10110 100001 111 10101 1000101 1001101

Color Harmonies of #EDB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB99E

Black with #EDB99E

Text Example


Text Example

White with #EDB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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