Html Css Color HEX #EDA794 Wax Flower

📋 copy color: '#EDA794'

red 237 ◦ green 167 ◦ blue 148

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

Shades of Wax Flower #EDA794

Tints of Wax Flower #EDA794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 42.93%
G = 30.25%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA794 (or 0xEDA794) is known color: Wax Flower. HEX triplet: ED, A7 and 94. RGB value is (237,167,148). Sum of RGB (Red+Green+Blue) = 237+167+148=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA794 is #12586B. Grayscale: #B9B9B9. Windows color (decimal): -1202284 or 9742317. OLE color: 9742317.

HSL color Cylindrical-coordinate representation of color #EDA794: hue angle of 12.81º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDA794 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 148 -
CMYK 0 0.30 0.38 0.07
HSL 12.81º 0.71% 0.75% -
HSV(B) 12.81º 0.38% 0.93% -
XYZ 54.09 47.78 34.39 -
YUV 185.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 237 167 148 0 0.30 0.38 0.07 12.81 0.71 0.75
Hex ED A7 94 0 1E 26 7 D 47 4B
Octal 355 247 224 0 36 46 7 15 107 113
Binary 11101101 10100111 10010100 0 11110 100110 111 1101 1000111 1001011

Color Harmonies of #EDA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA794

Black with #EDA794

Text Example


Text Example

White with #EDA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA794; }

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

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

background-color css

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

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

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

border-color css

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

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

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