Html Css Color HEX #EFDB4F Energy Yellow

📋 copy color: '#EFDB4F'

red 239 ◦ green 219 ◦ blue 79

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

Shades of Energy Yellow #EFDB4F

Tints of Energy Yellow #EFDB4F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 79 (31.25% from 255) = 14.71%

R = 44.51%
G = 40.78%
B = 14.71%

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

#EFDB4F (or 0xEFDB4F) is known color: Energy Yellow. HEX triplet: EF, DB and 4F. RGB value is (239,219,79). Sum of RGB (Red+Green+Blue) = 239+219+79=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 79 (31.25% from 255 or 14.71% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB4F is #1024B0. Grayscale: #D1D1D1. Windows color (decimal): -1057969 or 5233647. OLE color: 5233647.

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

Color convert

RGB 239 219 79 -
CMYK 0 0.08 0.67 0.06
HSL 52.5º 0.83% 0.62% -
HSV(B) 52.5º 0.67% 0.94% -
XYZ 62.34 69.58 17.54 -
YUV 209.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 239 219 79 0 0.08 0.67 0.06 52.5 0.83 0.62
Hex EF DB 4F 0 8 43 6 34 53 3E
Octal 357 333 117 0 10 103 6 64 123 76
Binary 11101111 11011011 1001111 0 1000 1000011 110 110100 1010011 111110

Color Harmonies of #EFDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB4F

Black with #EFDB4F

Text Example


Text Example

White with #EFDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB4F; }

 p { color: rgb(239,219,79); }

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

background-color css

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

 a { background-color: rgb(239,219,79); }

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

border-color css

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

 span { border-color: rgb(239,219,79); }

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