Html Css Color HEX #EDB19D Wax Flower

📋 copy color: '#EDB19D'

red 237 ◦ green 177 ◦ blue 157

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

Shades of Wax Flower #EDB19D

Tints of Wax Flower #EDB19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.5%

R = 41.51%
G = 31%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDB19D (or 0xEDB19D) is known color: Wax Flower. HEX triplet: ED, B1 and 9D. RGB value is (237,177,157). Sum of RGB (Red+Green+Blue) = 237+177+157=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB19D is #124E62. Grayscale: #C0C0C0. Windows color (decimal): -1199715 or 10334701. OLE color: 10334701.

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

Color convert

RGB 237 177 157 -
CMYK 0 0.25 0.34 0.07
HSL 15º 0.69% 0.77% -
HSV(B) 15º 0.34% 0.93% -
XYZ 56.73 51.88 38.92 -
YUV 192.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 237 177 157 0 0.25 0.34 0.07 15 0.69 0.77
Hex ED B1 9D 0 19 22 7 F 45 4D
Octal 355 261 235 0 31 42 7 17 105 115
Binary 11101101 10110001 10011101 0 11001 100010 111 1111 1000101 1001101

Color Harmonies of #EDB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB19D

Black with #EDB19D

Text Example


Text Example

White with #EDB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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