Html Css Color HEX #EDA998 Wax Flower

📋 copy color: '#EDA998'

red 237 ◦ green 169 ◦ blue 152

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

Shades of Wax Flower #EDA998

Tints of Wax Flower #EDA998

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.29%

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

R = 42.47%
G = 30.29%
B = 27.24%

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

#EDA998 (or 0xEDA998) is known color: Wax Flower. HEX triplet: ED, A9 and 98. RGB value is (237,169,152). Sum of RGB (Red+Green+Blue) = 237+169+152=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA998 is #125667. Grayscale: #BBBBBB. Windows color (decimal): -1201768 or 10004973. OLE color: 10004973.

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

Color convert

RGB 237 169 152 -
CMYK 0 0.29 0.36 0.07
HSL 12º 0.7% 0.76% -
HSV(B) 12º 0.36% 0.93% -
XYZ 54.78 48.65 36.21 -
YUV 187.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 237 169 152 0 0.29 0.36 0.07 12 0.7 0.76
Hex ED A9 98 0 1D 24 7 C 46 4C
Octal 355 251 230 0 35 44 7 14 106 114
Binary 11101101 10101001 10011000 0 11101 100100 111 1100 1000110 1001100

Color Harmonies of #EDA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA998

Black with #EDA998

Text Example


Text Example

White with #EDA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA998; }

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

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

background-color css

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

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

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

border-color css

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

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

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