#EDD93B

Color #EDD93B Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EDD93B

Tints of Golden Fizz #EDD93B

Color information

#EDD93B (or 0xEDD93B) is unknown color: approx Golden Fizz. HEX triplet: ED, D9 and 3B. RGB value is (237,217,59). Sum of RGB (Red+Green+Blue) = 237+217+59=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD93B is #1226C4. Grayscale: #CDCDCD. Windows color (decimal): -1189573 or 3922413. OLE color: 3922413.

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

Color convert

RGB23721759-
CMYK00.080.750.07
HSL53.26º83.18%58.04%-
HSV(B)53.26º75.11%92.94%-
XYZ60.5367.9514.06-
YUV204.9745.63150.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 59 (23.44% from 255) = 11.50%
R=46.20%
G=42.30%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372175900.080.750.0753.2683.1858.04
HexEDD93B084B735533a
Octal3553317301011376512372
Binary11101101110110011110110100010010111111101011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD93B; }

 p { color: rgb(237,217,59); }

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

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

 a { background-color: rgb(237,217,59); }

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

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

 span { border-color: rgb(237,217,59); }

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