Html Css Color HEX #EFDC50 Energy Yellow

📋 copy color: '#EFDC50'

red 239 ◦ green 220 ◦ blue 80

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

Shades of Energy Yellow #EFDC50

Tints of Energy Yellow #EFDC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.84%

R = 44.34%
G = 40.82%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFDC50 (or 0xEFDC50) is known color: Energy Yellow. HEX triplet: EF, DC and 50. RGB value is (239,220,80). Sum of RGB (Red+Green+Blue) = 239+220+80=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC50 is #1023AF. Grayscale: #D2D2D2. Windows color (decimal): -1057712 or 5299439. OLE color: 5299439.

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

Color convert

RGB 239 220 80 -
CMYK 0 0.08 0.67 0.06
HSL 52.83º 0.83% 0.63% -
HSV(B) 52.83º 0.67% 0.94% -
XYZ 62.64 70.12 17.82 -
YUV 209.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 239 220 80 0 0.08 0.67 0.06 52.83 0.83 0.63
Hex EF DC 50 0 8 43 6 35 53 3F
Octal 357 334 120 0 10 103 6 65 123 77
Binary 11101111 11011100 1010000 0 1000 1000011 110 110101 1010011 111111

Color Harmonies of #EFDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC50

Black with #EFDC50

Text Example


Text Example

White with #EFDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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