Html Css Color HEX #EDA89C Wax Flower

📋 copy color: '#EDA89C'

red 237 ◦ green 168 ◦ blue 156

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

Shades of Wax Flower #EDA89C

Tints of Wax Flower #EDA89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.81%

R = 42.25%
G = 29.95%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA89C (or 0xEDA89C) is known color: Wax Flower. HEX triplet: ED, A8 and 9C. RGB value is (237,168,156). Sum of RGB (Red+Green+Blue) = 237+168+156=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA89C is #125763. Grayscale: #BBBBBB. Windows color (decimal): -1202020 or 10266861. OLE color: 10266861.

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

Color convert

RGB 237 168 156 -
CMYK 0 0.29 0.34 0.07
HSL 8.89º 0.69% 0.77% -
HSV(B) 8.89º 0.34% 0.93% -
XYZ 54.93 48.41 37.9 -
YUV 187.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 237 168 156 0 0.29 0.34 0.07 8.89 0.69 0.77
Hex ED A8 9C 0 1D 22 7 9 45 4D
Octal 355 250 234 0 35 42 7 11 105 115
Binary 11101101 10101000 10011100 0 11101 100010 111 1001 1000101 1001101

Color Harmonies of #EDA89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA89C

Black with #EDA89C

Text Example


Text Example

White with #EDA89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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