Html Css Color HEX #EDB19E Wax Flower

📋 copy color: '#EDB19E'

red 237 ◦ green 177 ◦ blue 158

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

Shades of Wax Flower #EDB19E

Tints of Wax Flower #EDB19E

RGB

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

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

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

R = 41.43%
G = 30.94%
B = 27.62%

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

#EDB19E (or 0xEDB19E) is known color: Wax Flower. HEX triplet: ED, B1 and 9E. RGB value is (237,177,158). Sum of RGB (Red+Green+Blue) = 237+177+158=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB19E is #124E61. Grayscale: #C0C0C0. Windows color (decimal): -1199714 or 10400237. OLE color: 10400237.

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

Color convert

RGB 237 177 158 -
CMYK 0 0.25 0.33 0.07
HSL 14.43º 0.69% 0.77% -
HSV(B) 14.43º 0.33% 0.93% -
XYZ 56.82 51.92 39.37 -
YUV 192.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 237 177 158 0 0.25 0.33 0.07 14.43 0.69 0.77
Hex ED B1 9E 0 19 21 7 E 45 4D
Octal 355 261 236 0 31 41 7 16 105 115
Binary 11101101 10110001 10011110 0 11001 100001 111 1110 1000101 1001101

Color Harmonies of #EDB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB19E

Black with #EDB19E

Text Example


Text Example

White with #EDB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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