Html Css Color HEX #EFDB48 Energy Yellow

📋 copy color: '#EFDB48'

red 239 ◦ green 219 ◦ blue 72

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

Shades of Energy Yellow #EFDB48

Tints of Energy Yellow #EFDB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

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

R = 45.09%
G = 41.32%
B = 13.58%

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

#EFDB48 (or 0xEFDB48) is known color: Energy Yellow. HEX triplet: EF, DB and 48. RGB value is (239,219,72). Sum of RGB (Red+Green+Blue) = 239+219+72=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB48 is #1024B7. Grayscale: #D0D0D0. Windows color (decimal): -1057976 or 4774895. OLE color: 4774895.

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

Color convert

RGB 239 219 72 -
CMYK 0 0.08 0.70 0.06
HSL 52.81º 0.84% 0.61% -
HSV(B) 52.81º 0.7% 0.94% -
XYZ 62.1 69.48 16.27 -
YUV 208.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 239 219 72 0 0.08 0.70 0.06 52.81 0.84 0.61
Hex EF DB 48 0 8 46 6 35 54 3D
Octal 357 333 110 0 10 106 6 65 124 75
Binary 11101111 11011011 1001000 0 1000 1000110 110 110101 1010100 111101

Color Harmonies of #EFDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB48

Black with #EFDB48

Text Example


Text Example

White with #EFDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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