Html Css Color HEX #EDAC90 Wax Flower

📋 copy color: '#EDAC90'

red 237 ◦ green 172 ◦ blue 144

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

Shades of Wax Flower #EDAC90

Tints of Wax Flower #EDAC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.1%

 BLUE value IS 144 (56.64% from 255) = 26.04%

R = 42.86%
G = 31.1%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDAC90 (or 0xEDAC90) is known color: Wax Flower. HEX triplet: ED, AC and 90. RGB value is (237,172,144). Sum of RGB (Red+Green+Blue) = 237+172+144=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC90 is #12536F. Grayscale: #BCBCBC. Windows color (decimal): -1201008 or 9481453. OLE color: 9481453.

HSL color Cylindrical-coordinate representation of color #EDAC90: hue angle of 18.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDAC90 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 144 -
CMYK 0 0.27 0.39 0.07
HSL 18.06º 0.72% 0.75% -
HSV(B) 18.06º 0.39% 0.93% -
XYZ 54.71 49.52 33.06 -
YUV 188.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 237 172 144 0 0.27 0.39 0.07 18.06 0.72 0.75
Hex ED AC 90 0 1B 27 7 12 48 4B
Octal 355 254 220 0 33 47 7 22 110 113
Binary 11101101 10101100 10010000 0 11011 100111 111 10010 1001000 1001011

Color Harmonies of #EDAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC90

Black with #EDAC90

Text Example


Text Example

White with #EDAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC90; }

 p { color: rgb(237,172,144); }

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

background-color css

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

 a { background-color: rgb(237,172,144); }

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

border-color css

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

 span { border-color: rgb(237,172,144); }

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