#EFD54B

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

Shades of Energy Yellow #EFD54B

Tints of Energy Yellow #EFD54B

Color information

#EFD54B (or 0xEFD54B) is unknown color: approx Energy Yellow. HEX triplet: EF, D5 and 4B. RGB value is (239,213,75). Sum of RGB (Red+Green+Blue) = 239+213+75=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD54B is #102AB4. Grayscale: #CDCDCD. Windows color (decimal): -1059509 or 4969967. OLE color: 4969967.

HSL color Cylindrical-coordinate representation of color #EFD54B: hue angle of 50.49º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFD54B is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB23921375-
CMYK00.110.690.06
HSL50.49º83.67%61.57%-
HSV(B)50.49º68.62%93.73%-
XYZ60.6666.4516.29-
YUV205.0454.61152.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 75 (29.69% from 255) = 14.23%
R=45.35%
G=40.42%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392137500.110.690.0650.4983.6761.57
HexEFD54B0B45632543e
Octal35732511301310566212476
Binary111011111101010110010110101110001011101100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD54B; }

 p { color: rgb(239,213,75); }

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

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

 a { background-color: rgb(239,213,75); }

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

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

 span { border-color: rgb(239,213,75); }

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