Html Css Color HEX #EDAC9D Wax Flower

📋 copy color: '#EDAC9D'

red 237 ◦ green 172 ◦ blue 157

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

Shades of Wax Flower #EDAC9D

Tints of Wax Flower #EDAC9D

RGB

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

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

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

R = 41.87%
G = 30.39%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDAC9D (or 0xEDAC9D) is known color: Wax Flower. HEX triplet: ED, AC and 9D. RGB value is (237,172,157). Sum of RGB (Red+Green+Blue) = 237+172+157=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC9D is #125362. Grayscale: #BDBDBD. Windows color (decimal): -1200995 or 10333421. OLE color: 10333421.

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

Color convert

RGB 237 172 157 -
CMYK 0 0.27 0.34 0.07
HSL 11.25º 0.69% 0.77% -
HSV(B) 11.25º 0.34% 0.93% -
XYZ 55.76 49.94 38.6 -
YUV 189.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 237 172 157 0 0.27 0.34 0.07 11.25 0.69 0.77
Hex ED AC 9D 0 1B 22 7 B 45 4D
Octal 355 254 235 0 33 42 7 13 105 115
Binary 11101101 10101100 10011101 0 11011 100010 111 1011 1000101 1001101

Color Harmonies of #EDAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC9D

Black with #EDAC9D

Text Example


Text Example

White with #EDAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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