#EDB298

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

Shades of Wax Flower #EDB298

Tints of Wax Flower #EDB298

Color information

#EDB298 (or 0xEDB298) is unknown color: approx Wax Flower. HEX triplet: ED, B2 and 98. RGB value is (237,178,152). Sum of RGB (Red+Green+Blue) = 237+178+152=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB298 is #124D67. Grayscale: #C0C0C0. Windows color (decimal): -1199464 or 10007277. OLE color: 10007277.

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

Color convert

RGB237178152-
CMYK00.250.360.07
HSL18.35º70.25%76.27%-
HSV(B)18.35º35.86%92.94%-
XYZ56.5152.1136.79-
YUV192.68105.05159.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 178 (69.92% from 255) = 31.39%
BLUE value IS 152 (59.77% from 255) = 26.81%
R=41.80%
G=31.39%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717815200.250.360.0718.3570.2576.27
HexEDB29801924712464c
Octal35526223003144722106114
Binary1110110110110010100110000110011001001111001010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB298; }

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

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

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

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

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

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

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

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