#EDDD48

Color #EDDD48 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #EDDD48

Tints of Energy Yellow #EDDD48

Color information

#EDDD48 (or 0xEDDD48) is unknown color: approx Energy Yellow. HEX triplet: ED, DD and 48. RGB value is (237,221,72). Sum of RGB (Red+Green+Blue) = 237+221+72=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD48 is #1222B7. Grayscale: #D1D1D1. Windows color (decimal): -1188536 or 4775405. OLE color: 4775405.

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

Color convert

RGB23722172-
CMYK00.070.700.07
HSL54.18º82.09%60.59%-
HSV(B)54.18º69.62%92.94%-
XYZ61.9570.1916.41-
YUV208.850.8148.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 72 (28.52% from 255) = 13.58%
R=44.72%
G=41.70%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372217200.070.700.0754.1882.0960.59
HexEDDD480746736523d
Octal3553351100710676612275
Binary11101101110111011001000011110001101111101101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD48; }

 p { color: rgb(237,221,72); }

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

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

 a { background-color: rgb(237,221,72); }

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

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

 span { border-color: rgb(237,221,72); }

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