Html Css Color HEX #EFDD4F Energy Yellow

📋 copy color: '#EFDD4F'

red 239 ◦ green 221 ◦ blue 79

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

Shades of Energy Yellow #EFDD4F

Tints of Energy Yellow #EFDD4F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

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

R = 44.34%
G = 41%
B = 14.66%

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

#EFDD4F (or 0xEFDD4F) is known color: Energy Yellow. HEX triplet: EF, DD and 4F. RGB value is (239,221,79). Sum of RGB (Red+Green+Blue) = 239+221+79=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 79 (31.25% from 255 or 14.66% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD4F is #1022B0. Grayscale: #D2D2D2. Windows color (decimal): -1057457 or 5234159. OLE color: 5234159.

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

Color convert

RGB 239 221 79 -
CMYK 0 0.08 0.67 0.06
HSL 53.25º 0.83% 0.62% -
HSV(B) 53.25º 0.67% 0.94% -
XYZ 62.86 70.63 17.72 -
YUV 210.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 239 221 79 0 0.08 0.67 0.06 53.25 0.83 0.62
Hex EF DD 4F 0 8 43 6 35 53 3E
Octal 357 335 117 0 10 103 6 65 123 76
Binary 11101111 11011101 1001111 0 1000 1000011 110 110101 1010011 111110

Color Harmonies of #EFDD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD4F

Black with #EFDD4F

Text Example


Text Example

White with #EFDD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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