Html Css Color HEX #EFDC49 Energy Yellow

📋 copy color: '#EFDC49'

red 239 ◦ green 220 ◦ blue 73

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

Shades of Energy Yellow #EFDC49

Tints of Energy Yellow #EFDC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.72%

R = 44.92%
G = 41.35%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFDC49 (or 0xEFDC49) is known color: Energy Yellow. HEX triplet: EF, DC and 49. RGB value is (239,220,73). Sum of RGB (Red+Green+Blue) = 239+220+73=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC49 is #1023B6. Grayscale: #D1D1D1. Windows color (decimal): -1057719 or 4840687. OLE color: 4840687.

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

Color convert

RGB 239 220 73 -
CMYK 0 0.08 0.69 0.06
HSL 53.13º 0.84% 0.61% -
HSV(B) 53.13º 0.69% 0.94% -
XYZ 62.39 70.02 16.53 -
YUV 208.92 51.29 149.45 -
System Red Green Blue C M Y K H S L
Decimal 239 220 73 0 0.08 0.69 0.06 53.13 0.84 0.61
Hex EF DC 49 0 8 45 6 35 54 3D
Octal 357 334 111 0 10 105 6 65 124 75
Binary 11101111 11011100 1001001 0 1000 1000101 110 110101 1010100 111101

Color Harmonies of #EFDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC49

Black with #EFDC49

Text Example


Text Example

White with #EFDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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