Html Css Color HEX #EDB49E Wax Flower

📋 copy color: '#EDB49E'

red 237 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #EDB49E

Tints of Wax Flower #EDB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.3%

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

R = 41.22%
G = 31.3%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDB49E (or 0xEDB49E) is known color: Wax Flower. HEX triplet: ED, B4 and 9E. RGB value is (237,180,158). Sum of RGB (Red+Green+Blue) = 237+180+158=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB49E is #124B61. Grayscale: #C2C2C2. Windows color (decimal): -1198946 or 10401005. OLE color: 10401005.

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

Color convert

RGB 237 180 158 -
CMYK 0 0.24 0.33 0.07
HSL 16.71º 0.69% 0.77% -
HSV(B) 16.71º 0.33% 0.93% -
XYZ 57.42 53.12 39.57 -
YUV 194.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 237 180 158 0 0.24 0.33 0.07 16.71 0.69 0.77
Hex ED B4 9E 0 18 21 7 11 45 4D
Octal 355 264 236 0 30 41 7 21 105 115
Binary 11101101 10110100 10011110 0 11000 100001 111 10001 1000101 1001101

Color Harmonies of #EDB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB49E

Black with #EDB49E

Text Example


Text Example

White with #EDB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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