Html Css Color HEX #EFD84D Energy Yellow

📋 copy color: '#EFD84D'

red 239 ◦ green 216 ◦ blue 77

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

Shades of Energy Yellow #EFD84D

Tints of Energy Yellow #EFD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.6%

 BLUE value IS 77 (30.47% from 255) = 14.47%

R = 44.92%
G = 40.6%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFD84D (or 0xEFD84D) is known color: Energy Yellow. HEX triplet: EF, D8 and 4D. RGB value is (239,216,77). Sum of RGB (Red+Green+Blue) = 239+216+77=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD84D is #1027B2. Grayscale: #CFCFCF. Windows color (decimal): -1058739 or 5101807. OLE color: 5101807.

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

Color convert

RGB 239 216 77 -
CMYK 0 0.10 0.68 0.06
HSL 51.48º 0.84% 0.62% -
HSV(B) 51.48º 0.68% 0.94% -
XYZ 61.49 68 16.91 -
YUV 207.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 239 216 77 0 0.10 0.68 0.06 51.48 0.84 0.62
Hex EF D8 4D 0 A 44 6 33 54 3E
Octal 357 330 115 0 12 104 6 63 124 76
Binary 11101111 11011000 1001101 0 1010 1000100 110 110011 1010100 111110

Color Harmonies of #EFD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD84D

Black with #EFD84D

Text Example


Text Example

White with #EFD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD84D; }

 p { color: rgb(239,216,77); }

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

background-color css

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

 a { background-color: rgb(239,216,77); }

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

border-color css

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

 span { border-color: rgb(239,216,77); }

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