#EED946

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

Shades of Energy Yellow #EED946

Tints of Energy Yellow #EED946

Color information

#EED946 (or 0xEED946) is unknown color: approx Energy Yellow. HEX triplet: EE, D9 and 46. RGB value is (238,217,70). Sum of RGB (Red+Green+Blue) = 238+217+70=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EED946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED946 is #1126B9. Grayscale: #CFCFCF. Windows color (decimal): -1124026 or 4643310. OLE color: 4643310.

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

Color convert

RGB23821770-
CMYK00.090.710.07
HSL52.5º83.17%60.39%-
HSV(B)52.5º70.59%93.33%-
XYZ61.1868.2515.74-
YUV206.5250.96150.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 70 (27.73% from 255) = 13.33%
R=45.33%
G=41.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382177000.090.710.0752.583.1760.39
HexEED9460947734533c
Octal35633110601110776412374
Binary111011101101100110001100100110001111111101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED946; }

 p { color: rgb(238,217,70); }

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

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

 a { background-color: rgb(238,217,70); }

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

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

 span { border-color: rgb(238,217,70); }

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