Html Css Color HEX #EFD74A Energy Yellow

📋 copy color: '#EFD74A'

red 239 ◦ green 215 ◦ blue 74

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

Shades of Energy Yellow #EFD74A

Tints of Energy Yellow #EFD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.72%

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

R = 45.27%
G = 40.72%
B = 14.02%

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

#EFD74A (or 0xEFD74A) is known color: Energy Yellow. HEX triplet: EF, D7 and 4A. RGB value is (239,215,74). Sum of RGB (Red+Green+Blue) = 239+215+74=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD74A is #1028B5. Grayscale: #CECECE. Windows color (decimal): -1058998 or 4904943. OLE color: 4904943.

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

Color convert

RGB 239 215 74 -
CMYK 0 0.10 0.69 0.06
HSL 51.27º 0.84% 0.61% -
HSV(B) 51.27º 0.69% 0.94% -
XYZ 61.13 67.45 16.27 -
YUV 206.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 239 215 74 0 0.10 0.69 0.06 51.27 0.84 0.61
Hex EF D7 4A 0 A 45 6 33 54 3D
Octal 357 327 112 0 12 105 6 63 124 75
Binary 11101111 11010111 1001010 0 1010 1000101 110 110011 1010100 111101

Color Harmonies of #EFD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD74A

Black with #EFD74A

Text Example


Text Example

White with #EFD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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