Html Css Color HEX #EFDC4C Energy Yellow

📋 copy color: '#EFDC4C'

red 239 ◦ green 220 ◦ blue 76

#EFDC4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Energy Yellow #EFDC4C

Tints of Energy Yellow #EFDC4C

RGB

 RED value IS 239 (93.75% from 255) = 44.67%

 GREEN value IS 220 (86.33% from 255) = 41.12%

 BLUE value IS 76 (30.08% from 255) = 14.21%

R = 44.67%
G = 41.12%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFDC4C (or 0xEFDC4C) is known color: Energy Yellow. HEX triplet: EF, DC and 4C. RGB value is (239,220,76). Sum of RGB (Red+Green+Blue) = 239+220+76=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC4C is #1023B3. Grayscale: #D1D1D1. Windows color (decimal): -1057716 or 5037295. OLE color: 5037295.

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

Color convert

RGB 239 220 76 -
CMYK 0 0.08 0.68 0.06
HSL 53.01º 0.84% 0.62% -
HSV(B) 53.01º 0.68% 0.94% -
XYZ 62.49 70.06 17.07 -
YUV 209.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 239 220 76 0 0.08 0.68 0.06 53.01 0.84 0.62
Hex EF DC 4C 0 8 44 6 35 54 3E
Octal 357 334 114 0 10 104 6 65 124 76
Binary 11101111 11011100 1001100 0 1000 1000100 110 110101 1010100 111110

Color Harmonies of #EFDC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC4C

Black with #EFDC4C

Text Example


Text Example

White with #EFDC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC4C; }

 p { color: rgb(239,220,76); }

 H1.HeaderClassName
 {
   color: #EFDC4C;
 }
 .AnyTagClassName
 {
   color: #EFDC4C;
 }
</style>

background-color css

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

 a { background-color: rgb(239,220,76); }

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

border-color css

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

 span { border-color: rgb(239,220,76); }

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