Html Css Color HEX #EDA799 Wax Flower

📋 copy color: '#EDA799'

red 237 ◦ green 167 ◦ blue 153

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

Shades of Wax Flower #EDA799

Tints of Wax Flower #EDA799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.47%

R = 42.55%
G = 29.98%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA799 (or 0xEDA799) is known color: Wax Flower. HEX triplet: ED, A7 and 99. RGB value is (237,167,153). Sum of RGB (Red+Green+Blue) = 237+167+153=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA799 is #125866. Grayscale: #BABABA. Windows color (decimal): -1202279 or 10069997. OLE color: 10069997.

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

Color convert

RGB 237 167 153 -
CMYK 0 0.30 0.35 0.07
HSL 10º 0.7% 0.76% -
HSV(B) 10º 0.35% 0.93% -
XYZ 54.49 47.94 36.52 -
YUV 186.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 237 167 153 0 0.30 0.35 0.07 10 0.7 0.76
Hex ED A7 99 0 1E 23 7 A 46 4C
Octal 355 247 231 0 36 43 7 12 106 114
Binary 11101101 10100111 10011001 0 11110 100011 111 1010 1000110 1001100

Color Harmonies of #EDA799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA799

Black with #EDA799

Text Example


Text Example

White with #EDA799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA799; }

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

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

background-color css

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

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

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

border-color css

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

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

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