Html Css Color HEX #EDB19F Wax Flower

📋 copy color: '#EDB19F'

red 237 ◦ green 177 ◦ blue 159

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

Shades of Wax Flower #EDB19F

Tints of Wax Flower #EDB19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.75%

R = 41.36%
G = 30.89%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDB19F (or 0xEDB19F) is known color: Wax Flower. HEX triplet: ED, B1 and 9F. RGB value is (237,177,159). Sum of RGB (Red+Green+Blue) = 237+177+159=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB19F is #124E60. Grayscale: #C1C1C1. Windows color (decimal): -1199713 or 10465773. OLE color: 10465773.

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

Color convert

RGB 237 177 159 -
CMYK 0 0.25 0.33 0.07
HSL 13.85º 0.68% 0.78% -
HSV(B) 13.85º 0.33% 0.93% -
XYZ 56.91 51.95 39.83 -
YUV 192.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 237 177 159 0 0.25 0.33 0.07 13.85 0.68 0.78
Hex ED B1 9F 0 19 21 7 E 44 4E
Octal 355 261 237 0 31 41 7 16 104 116
Binary 11101101 10110001 10011111 0 11001 100001 111 1110 1000100 1001110

Color Harmonies of #EDB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB19F

Black with #EDB19F

Text Example


Text Example

White with #EDB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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