Html Css Color HEX #EDA89A Wax Flower

📋 copy color: '#EDA89A'

red 237 ◦ green 168 ◦ blue 154

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

Shades of Wax Flower #EDA89A

Tints of Wax Flower #EDA89A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.05%

 BLUE value IS 154 (60.55% from 255) = 27.55%

R = 42.4%
G = 30.05%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA89A (or 0xEDA89A) is known color: Wax Flower. HEX triplet: ED, A8 and 9A. RGB value is (237,168,154). Sum of RGB (Red+Green+Blue) = 237+168+154=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA89A is #125765. Grayscale: #BBBBBB. Windows color (decimal): -1202022 or 10135789. OLE color: 10135789.

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

Color convert

RGB 237 168 154 -
CMYK 0 0.29 0.35 0.07
HSL 10.12º 0.7% 0.77% -
HSV(B) 10.12º 0.35% 0.93% -
XYZ 54.76 48.34 37.02 -
YUV 187.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 237 168 154 0 0.29 0.35 0.07 10.12 0.7 0.77
Hex ED A8 9A 0 1D 23 7 A 46 4D
Octal 355 250 232 0 35 43 7 12 106 115
Binary 11101101 10101000 10011010 0 11101 100011 111 1010 1000110 1001101

Color Harmonies of #EDA89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA89A

Black with #EDA89A

Text Example


Text Example

White with #EDA89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA89A; }

 p { color: rgb(237,168,154); }

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

background-color css

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

 a { background-color: rgb(237,168,154); }

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

border-color css

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

 span { border-color: rgb(237,168,154); }

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