Html Css Color HEX #EFDF50 Energy Yellow

📋 copy color: '#EFDF50'

red 239 ◦ green 223 ◦ blue 80

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

Shades of Energy Yellow #EFDF50

Tints of Energy Yellow #EFDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.14%

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

R = 44.1%
G = 41.14%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFDF50 (or 0xEFDF50) is known color: Energy Yellow. HEX triplet: EF, DF and 50. RGB value is (239,223,80). Sum of RGB (Red+Green+Blue) = 239+223+80=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF50 is #1020AF. Grayscale: #D4D4D4. Windows color (decimal): -1056944 or 5300207. OLE color: 5300207.

HSL color Cylindrical-coordinate representation of color #EFDF50: hue angle of 53.96º 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 #EFDF50 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 80 -
CMYK 0 0.07 0.67 0.06
HSL 53.96º 0.83% 0.63% -
HSV(B) 53.96º 0.67% 0.94% -
XYZ 63.43 71.71 18.09 -
YUV 211.48 53.8 147.63 -
System Red Green Blue C M Y K H S L
Decimal 239 223 80 0 0.07 0.67 0.06 53.96 0.83 0.63
Hex EF DF 50 0 7 43 6 36 53 3F
Octal 357 337 120 0 7 103 6 66 123 77
Binary 11101111 11011111 1010000 0 111 1000011 110 110110 1010011 111111

Color Harmonies of #EFDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF50

Black with #EFDF50

Text Example


Text Example

White with #EFDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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