Html Css Color HEX #EFDB4A Energy Yellow

📋 copy color: '#EFDB4A'

red 239 ◦ green 219 ◦ blue 74

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

Shades of Energy Yellow #EFDB4A

Tints of Energy Yellow #EFDB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.91%

R = 44.92%
G = 41.17%
B = 13.91%

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

#EFDB4A (or 0xEFDB4A) is known color: Energy Yellow. HEX triplet: EF, DB and 4A. RGB value is (239,219,74). Sum of RGB (Red+Green+Blue) = 239+219+74=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB4A is #1024B5. Grayscale: #D1D1D1. Windows color (decimal): -1057974 or 4905967. OLE color: 4905967.

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

Color convert

RGB 239 219 74 -
CMYK 0 0.08 0.69 0.06
HSL 52.73º 0.84% 0.61% -
HSV(B) 52.73º 0.69% 0.94% -
XYZ 62.16 69.51 16.62 -
YUV 208.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 239 219 74 0 0.08 0.69 0.06 52.73 0.84 0.61
Hex EF DB 4A 0 8 45 6 35 54 3D
Octal 357 333 112 0 10 105 6 65 124 75
Binary 11101111 11011011 1001010 0 1000 1000101 110 110101 1010100 111101

Color Harmonies of #EFDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB4A

Black with #EFDB4A

Text Example


Text Example

White with #EFDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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