Html Css Color HEX #EFD94C Energy Yellow

📋 copy color: '#EFD94C'

red 239 ◦ green 217 ◦ blue 76

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

Shades of Energy Yellow #EFD94C

Tints of Energy Yellow #EFD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.79%

 BLUE value IS 76 (30.08% from 255) = 14.29%

R = 44.92%
G = 40.79%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFD94C (or 0xEFD94C) is known color: Energy Yellow. HEX triplet: EF, D9 and 4C. RGB value is (239,217,76). Sum of RGB (Red+Green+Blue) = 239+217+76=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 76 (30.08% from 255 or 14.29% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD94C is #1026B3. Grayscale: #D0D0D0. Windows color (decimal): -1058484 or 5036527. OLE color: 5036527.

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

Color convert

RGB 239 217 76 -
CMYK 0 0.09 0.68 0.06
HSL 51.9º 0.84% 0.62% -
HSV(B) 51.9º 0.68% 0.94% -
XYZ 61.71 68.5 16.81 -
YUV 207.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 239 217 76 0 0.09 0.68 0.06 51.9 0.84 0.62
Hex EF D9 4C 0 9 44 6 34 54 3E
Octal 357 331 114 0 11 104 6 64 124 76
Binary 11101111 11011001 1001100 0 1001 1000100 110 110100 1010100 111110

Color Harmonies of #EFD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD94C

Black with #EFD94C

Text Example


Text Example

White with #EFD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD94C; }

 p { color: rgb(239,217,76); }

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

background-color css

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

 a { background-color: rgb(239,217,76); }

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

border-color css

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

 span { border-color: rgb(239,217,76); }

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