Html Css Color HEX #EDA897 Wax Flower

📋 copy color: '#EDA897'

red 237 ◦ green 168 ◦ blue 151

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

Shades of Wax Flower #EDA897

Tints of Wax Flower #EDA897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.16%

R = 42.63%
G = 30.22%
B = 27.16%

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

#EDA897 (or 0xEDA897) is known color: Wax Flower. HEX triplet: ED, A8 and 97. RGB value is (237,168,151). Sum of RGB (Red+Green+Blue) = 237+168+151=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA897 is #125768. Grayscale: #BABABA. Windows color (decimal): -1202025 or 9939181. OLE color: 9939181.

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

Color convert

RGB 237 168 151 -
CMYK 0 0.29 0.36 0.07
HSL 11.86º 0.7% 0.76% -
HSV(B) 11.86º 0.36% 0.93% -
XYZ 54.51 48.24 35.72 -
YUV 186.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 237 168 151 0 0.29 0.36 0.07 11.86 0.7 0.76
Hex ED A8 97 0 1D 24 7 C 46 4C
Octal 355 250 227 0 35 44 7 14 106 114
Binary 11101101 10101000 10010111 0 11101 100100 111 1100 1000110 1001100

Color Harmonies of #EDA897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA897

Black with #EDA897

Text Example


Text Example

White with #EDA897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA897; }

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

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

background-color css

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

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

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

border-color css

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

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

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