Html Css Color HEX #EDA798 Wax Flower

📋 copy color: '#EDA798'

red 237 ◦ green 167 ◦ blue 152

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

Shades of Wax Flower #EDA798

Tints of Wax Flower #EDA798

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.04%

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

R = 42.63%
G = 30.04%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDA798 (or 0xEDA798) is known color: Wax Flower. HEX triplet: ED, A7 and 98. RGB value is (237,167,152). Sum of RGB (Red+Green+Blue) = 237+167+152=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA798 is #125867. Grayscale: #BABABA. Windows color (decimal): -1202280 or 10004461. OLE color: 10004461.

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

Color convert

RGB 237 167 152 -
CMYK 0 0.30 0.36 0.07
HSL 10.59º 0.7% 0.76% -
HSV(B) 10.59º 0.36% 0.93% -
XYZ 54.41 47.91 36.09 -
YUV 186.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 237 167 152 0 0.30 0.36 0.07 10.59 0.7 0.76
Hex ED A7 98 0 1E 24 7 B 46 4C
Octal 355 247 230 0 36 44 7 13 106 114
Binary 11101101 10100111 10011000 0 11110 100100 111 1011 1000110 1001100

Color Harmonies of #EDA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA798

Black with #EDA798

Text Example


Text Example

White with #EDA798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA798; }

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

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

background-color css

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

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

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

border-color css

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

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

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