Html Css Color HEX #EDAB90 Wax Flower

📋 copy color: '#EDAB90'

red 237 ◦ green 171 ◦ blue 144

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

Shades of Wax Flower #EDAB90

Tints of Wax Flower #EDAB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.98%

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

R = 42.93%
G = 30.98%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDAB90 (or 0xEDAB90) is known color: Wax Flower. HEX triplet: ED, AB and 90. RGB value is (237,171,144). Sum of RGB (Red+Green+Blue) = 237+171+144=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB90 is #12546F. Grayscale: #BBBBBB. Windows color (decimal): -1201264 or 9481197. OLE color: 9481197.

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

Color convert

RGB 237 171 144 -
CMYK 0 0.28 0.39 0.07
HSL 17.42º 0.72% 0.75% -
HSV(B) 17.42º 0.39% 0.93% -
XYZ 54.52 49.14 33 -
YUV 187.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 237 171 144 0 0.28 0.39 0.07 17.42 0.72 0.75
Hex ED AB 90 0 1C 27 7 11 48 4B
Octal 355 253 220 0 34 47 7 21 110 113
Binary 11101101 10101011 10010000 0 11100 100111 111 10001 1001000 1001011

Color Harmonies of #EDAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB90

Black with #EDAB90

Text Example


Text Example

White with #EDAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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