Html Css Color HEX #EDB199 Wax Flower

📋 copy color: '#EDB199'

red 237 ◦ green 177 ◦ blue 153

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

Shades of Wax Flower #EDB199

Tints of Wax Flower #EDB199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.22%

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

R = 41.8%
G = 31.22%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDB199 (or 0xEDB199) is known color: Wax Flower. HEX triplet: ED, B1 and 99. RGB value is (237,177,153). Sum of RGB (Red+Green+Blue) = 237+177+153=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB199 is #124E66. Grayscale: #C0C0C0. Windows color (decimal): -1199719 or 10072557. OLE color: 10072557.

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

Color convert

RGB 237 177 153 -
CMYK 0 0.25 0.35 0.07
HSL 17.14º 0.7% 0.76% -
HSV(B) 17.14º 0.35% 0.93% -
XYZ 56.4 51.75 37.15 -
YUV 192.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 237 177 153 0 0.25 0.35 0.07 17.14 0.7 0.76
Hex ED B1 99 0 19 23 7 11 46 4C
Octal 355 261 231 0 31 43 7 21 106 114
Binary 11101101 10110001 10011001 0 11001 100011 111 10001 1000110 1001100

Color Harmonies of #EDB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB199

Black with #EDB199

Text Example


Text Example

White with #EDB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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