Html Css Color HEX #EFD84A Energy Yellow

📋 copy color: '#EFD84A'

red 239 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #EFD84A

Tints of Energy Yellow #EFD84A

RGB

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

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

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

R = 45.18%
G = 40.83%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFD84A (or 0xEFD84A) is known color: Energy Yellow. HEX triplet: EF, D8 and 4A. RGB value is (239,216,74). Sum of RGB (Red+Green+Blue) = 239+216+74=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD84A is #1027B5. Grayscale: #CFCFCF. Windows color (decimal): -1058742 or 4905199. OLE color: 4905199.

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

Color convert

RGB 239 216 74 -
CMYK 0 0.10 0.69 0.06
HSL 51.64º 0.84% 0.61% -
HSV(B) 51.64º 0.69% 0.94% -
XYZ 61.39 67.96 16.36 -
YUV 206.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 239 216 74 0 0.10 0.69 0.06 51.64 0.84 0.61
Hex EF D8 4A 0 A 45 6 34 54 3D
Octal 357 330 112 0 12 105 6 64 124 75
Binary 11101111 11011000 1001010 0 1010 1000101 110 110100 1010100 111101

Color Harmonies of #EFD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD84A

Black with #EFD84A

Text Example


Text Example

White with #EFD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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