#EDEA2A

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

Shades of Golden Fizz #EDEA2A

Tints of Golden Fizz #EDEA2A

Color information

#EDEA2A (or 0xEDEA2A) is unknown color: approx Golden Fizz. HEX triplet: ED, EA and 2A. RGB value is (237,234,42). Sum of RGB (Red+Green+Blue) = 237+234+42=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA2A is #1215D5. Grayscale: #D5D5D5. Windows color (decimal): -1185238 or 2812653. OLE color: 2812653.

HSL color Cylindrical-coordinate representation of color #EDEA2A: hue angle of 59.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDEA2A is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB23723442-
CMYK00.010.820.07
HSL59.08º84.42%54.71%-
HSV(B)59.08º82.28%92.94%-
XYZ64.7777.0213.64-
YUV213.0131.49145.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 42 (16.80% from 255) = 8.19%
R=46.20%
G=45.61%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372344200.010.820.0759.0884.4254.71
HexEDEA2A015273b5437
Octal355352520112277312467
Binary11101101111010101010100110100101111110111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA2A; }

 p { color: rgb(237,234,42); }

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

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

 a { background-color: rgb(237,234,42); }

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

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

 span { border-color: rgb(237,234,42); }

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