Html Css Color HEX #EDA598 Wax Flower

📋 copy color: '#EDA598'

red 237 ◦ green 165 ◦ blue 152

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

Shades of Wax Flower #EDA598

Tints of Wax Flower #EDA598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.78%

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

R = 42.78%
G = 29.78%
B = 27.44%

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

#EDA598 (or 0xEDA598) is known color: Wax Flower. HEX triplet: ED, A5 and 98. RGB value is (237,165,152). Sum of RGB (Red+Green+Blue) = 237+165+152=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA598 is #125A67. Grayscale: #B9B9B9. Windows color (decimal): -1202792 or 10003949. OLE color: 10003949.

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

Color convert

RGB 237 165 152 -
CMYK 0 0.30 0.36 0.07
HSL 9.18º 0.7% 0.76% -
HSV(B) 9.18º 0.36% 0.93% -
XYZ 54.05 47.18 35.96 -
YUV 185.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 237 165 152 0 0.30 0.36 0.07 9.18 0.7 0.76
Hex ED A5 98 0 1E 24 7 9 46 4C
Octal 355 245 230 0 36 44 7 11 106 114
Binary 11101101 10100101 10011000 0 11110 100100 111 1001 1000110 1001100

Color Harmonies of #EDA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA598

Black with #EDA598

Text Example


Text Example

White with #EDA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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