Html Css Color HEX #EDA898 Wax Flower

📋 copy color: '#EDA898'

red 237 ◦ green 168 ◦ blue 152

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

Shades of Wax Flower #EDA898

Tints of Wax Flower #EDA898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.29%

R = 42.55%
G = 30.16%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDA898 (or 0xEDA898) is known color: Wax Flower. HEX triplet: ED, A8 and 98. RGB value is (237,168,152). Sum of RGB (Red+Green+Blue) = 237+168+152=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA898 is #125767. Grayscale: #BABABA. Windows color (decimal): -1202024 or 10004717. OLE color: 10004717.

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

Color convert

RGB 237 168 152 -
CMYK 0 0.29 0.36 0.07
HSL 11.29º 0.7% 0.76% -
HSV(B) 11.29º 0.36% 0.93% -
XYZ 54.6 48.28 36.15 -
YUV 186.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 237 168 152 0 0.29 0.36 0.07 11.29 0.7 0.76
Hex ED A8 98 0 1D 24 7 B 46 4C
Octal 355 250 230 0 35 44 7 13 106 114
Binary 11101101 10101000 10011000 0 11101 100100 111 1011 1000110 1001100

Color Harmonies of #EDA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA898

Black with #EDA898

Text Example


Text Example

White with #EDA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA898; }

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

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

background-color css

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

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

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

border-color css

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

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

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