Html Css Color HEX #EFE048 Energy Yellow

📋 copy color: '#EFE048'

red 239 ◦ green 224 ◦ blue 72

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

Shades of Energy Yellow #EFE048

Tints of Energy Yellow #EFE048

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.87%

 BLUE value IS 72 (28.52% from 255) = 13.46%

R = 44.67%
G = 41.87%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFE048 (or 0xEFE048) is known color: Energy Yellow. HEX triplet: EF, E0 and 48. RGB value is (239,224,72). Sum of RGB (Red+Green+Blue) = 239+224+72=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE048 is #101FB7. Grayscale: #D3D3D3. Windows color (decimal): -1056696 or 4776175. OLE color: 4776175.

HSL color Cylindrical-coordinate representation of color #EFE048: hue angle of 54.61º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFE048 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 72 -
CMYK 0 0.06 0.70 0.06
HSL 54.61º 0.84% 0.61% -
HSV(B) 54.61º 0.7% 0.94% -
XYZ 63.42 72.13 16.71 -
YUV 211.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 239 224 72 0 0.06 0.70 0.06 54.61 0.84 0.61
Hex EF E0 48 0 6 46 6 37 54 3D
Octal 357 340 110 0 6 106 6 67 124 75
Binary 11101111 11100000 1001000 0 110 1000110 110 110111 1010100 111101

Color Harmonies of #EFE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE048

Black with #EFE048

Text Example


Text Example

White with #EFE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE048; }

 p { color: rgb(239,224,72); }

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

background-color css

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

 a { background-color: rgb(239,224,72); }

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

border-color css

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

 span { border-color: rgb(239,224,72); }

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