Html Css Color HEX #EFDC48 Energy Yellow

📋 copy color: '#EFDC48'

red 239 ◦ green 220 ◦ blue 72

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

Shades of Energy Yellow #EFDC48

Tints of Energy Yellow #EFDC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.43%

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

R = 45.01%
G = 41.43%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFDC48 (or 0xEFDC48) is known color: Energy Yellow. HEX triplet: EF, DC and 48. RGB value is (239,220,72). Sum of RGB (Red+Green+Blue) = 239+220+72=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 72 (28.52% from 255 or 13.56% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC48 is #1023B7. Grayscale: #D1D1D1. Windows color (decimal): -1057720 or 4775151. OLE color: 4775151.

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

Color convert

RGB 239 220 72 -
CMYK 0 0.08 0.70 0.06
HSL 53.17º 0.84% 0.61% -
HSV(B) 53.17º 0.7% 0.94% -
XYZ 62.36 70.01 16.36 -
YUV 208.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 239 220 72 0 0.08 0.70 0.06 53.17 0.84 0.61
Hex EF DC 48 0 8 46 6 35 54 3D
Octal 357 334 110 0 10 106 6 65 124 75
Binary 11101111 11011100 1001000 0 1000 1000110 110 110101 1010100 111101

Color Harmonies of #EFDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC48

Black with #EFDC48

Text Example


Text Example

White with #EFDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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