#edb398

Color #EDB398 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EDB398

Tints of Wax Flower #EDB398

Color information

#EDB398 (or 0xEDB398) is unknown color: approx Wax Flower. HEX triplet: ED, B3 and 98. RGB value is (237,179,152). Sum of RGB (Red+Green+Blue) = 237+179+152=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB398 is #124C67. Grayscale: #C1C1C1. Windows color (decimal): -1199208 or 10007533. OLE color: 10007533.

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

Color convert

RGB237179152-
CMYK00.240.360.07
HSL19.06º70.25%76.27%-
HSV(B)19.06º35.86%92.94%-
XYZ56.7152.5136.85-
YUV193.26104.72159.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 179 (70.31% from 255) = 31.51%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=41.73%
G=31.51%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717915200.240.360.0719.0670.2576.27
HexEDB39801824713464c
Octal35526323003044723106114
Binary1110110110110011100110000110001001001111001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edb398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edb398; }

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

 H1.HeaderClassName
 {
   color: #edb398;
 }
 .AnyTagClassName
 {
   color: #edb398;
 }
</style>
background-color css

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

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

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

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

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

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