Html Css Color HEX #EFDE4A Energy Yellow

📋 copy color: '#EFDE4A'

red 239 ◦ green 222 ◦ blue 74

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

Shades of Energy Yellow #EFDE4A

Tints of Energy Yellow #EFDE4A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.5%

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

R = 44.67%
G = 41.5%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFDE4A (or 0xEFDE4A) is known color: Energy Yellow. HEX triplet: EF, DE and 4A. RGB value is (239,222,74). Sum of RGB (Red+Green+Blue) = 239+222+74=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE4A is #1021B5. Grayscale: #D2D2D2. Windows color (decimal): -1057206 or 4906735. OLE color: 4906735.

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

Color convert

RGB 239 222 74 -
CMYK 0 0.07 0.69 0.06
HSL 53.82º 0.84% 0.61% -
HSV(B) 53.82º 0.69% 0.94% -
XYZ 62.95 71.09 16.88 -
YUV 210.21 51.13 148.53 -
System Red Green Blue C M Y K H S L
Decimal 239 222 74 0 0.07 0.69 0.06 53.82 0.84 0.61
Hex EF DE 4A 0 7 45 6 36 54 3D
Octal 357 336 112 0 7 105 6 66 124 75
Binary 11101111 11011110 1001010 0 111 1000101 110 110110 1010100 111101

Color Harmonies of #EFDE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE4A

Black with #EFDE4A

Text Example


Text Example

White with #EFDE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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