Html Css Color HEX #EDA797 Wax Flower

📋 copy color: '#EDA797'

red 237 ◦ green 167 ◦ blue 151

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

Shades of Wax Flower #EDA797

Tints of Wax Flower #EDA797

RGB

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

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

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

R = 42.7%
G = 30.09%
B = 27.21%

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

#EDA797 (or 0xEDA797) is known color: Wax Flower. HEX triplet: ED, A7 and 97. RGB value is (237,167,151). Sum of RGB (Red+Green+Blue) = 237+167+151=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA797 is #125868. Grayscale: #BABABA. Windows color (decimal): -1202281 or 9938925. OLE color: 9938925.

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

Color convert

RGB 237 167 151 -
CMYK 0 0.30 0.36 0.07
HSL 11.16º 0.7% 0.76% -
HSV(B) 11.16º 0.36% 0.93% -
XYZ 54.33 47.88 35.66 -
YUV 186.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 237 167 151 0 0.30 0.36 0.07 11.16 0.7 0.76
Hex ED A7 97 0 1E 24 7 B 46 4C
Octal 355 247 227 0 36 44 7 13 106 114
Binary 11101101 10100111 10010111 0 11110 100100 111 1011 1000110 1001100

Color Harmonies of #EDA797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA797

Black with #EDA797

Text Example


Text Example

White with #EDA797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA797; }

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

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

background-color css

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

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

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

border-color css

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

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

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