Html Css Color HEX #EFD74D Energy Yellow

📋 copy color: '#EFD74D'

red 239 ◦ green 215 ◦ blue 77

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

Shades of Energy Yellow #EFD74D

Tints of Energy Yellow #EFD74D

RGB

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

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

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

R = 45.01%
G = 40.49%
B = 14.5%

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

#EFD74D (or 0xEFD74D) is known color: Energy Yellow. HEX triplet: EF, D7 and 4D. RGB value is (239,215,77). Sum of RGB (Red+Green+Blue) = 239+215+77=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD74D is #1028B2. Grayscale: #CFCFCF. Windows color (decimal): -1058995 or 5101551. OLE color: 5101551.

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

Color convert

RGB 239 215 77 -
CMYK 0 0.10 0.68 0.06
HSL 51.11º 0.84% 0.62% -
HSV(B) 51.11º 0.68% 0.94% -
XYZ 61.24 67.49 16.82 -
YUV 206.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 239 215 77 0 0.10 0.68 0.06 51.11 0.84 0.62
Hex EF D7 4D 0 A 44 6 33 54 3E
Octal 357 327 115 0 12 104 6 63 124 76
Binary 11101111 11010111 1001101 0 1010 1000100 110 110011 1010100 111110

Color Harmonies of #EFD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD74D

Black with #EFD74D

Text Example


Text Example

White with #EFD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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