Html Css Color HEX #EFD54A Energy Yellow

📋 copy color: '#EFD54A'

red 239 ◦ green 213 ◦ blue 74

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

Shades of Energy Yellow #EFD54A

Tints of Energy Yellow #EFD54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

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

R = 45.44%
G = 40.49%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFD54A (or 0xEFD54A) is known color: Energy Yellow. HEX triplet: EF, D5 and 4A. RGB value is (239,213,74). Sum of RGB (Red+Green+Blue) = 239+213+74=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD54A is #102AB5. Grayscale: #CDCDCD. Windows color (decimal): -1059510 or 4904431. OLE color: 4904431.

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

Color convert

RGB 239 213 74 -
CMYK 0 0.11 0.69 0.06
HSL 50.55º 0.84% 0.61% -
HSV(B) 50.55º 0.69% 0.94% -
XYZ 60.63 66.43 16.11 -
YUV 204.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 239 213 74 0 0.11 0.69 0.06 50.55 0.84 0.61
Hex EF D5 4A 0 B 45 6 33 54 3D
Octal 357 325 112 0 13 105 6 63 124 75
Binary 11101111 11010101 1001010 0 1011 1000101 110 110011 1010100 111101

Color Harmonies of #EFD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD54A

Black with #EFD54A

Text Example


Text Example

White with #EFD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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