Html Css Color HEX #EFDE4B Energy Yellow

📋 copy color: '#EFDE4B'

red 239 ◦ green 222 ◦ blue 75

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

Shades of Energy Yellow #EFDE4B

Tints of Energy Yellow #EFDE4B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

 BLUE value IS 75 (29.69% from 255) = 13.99%

R = 44.59%
G = 41.42%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFDE4B (or 0xEFDE4B) is known color: Energy Yellow. HEX triplet: EF, DE and 4B. RGB value is (239,222,75). Sum of RGB (Red+Green+Blue) = 239+222+75=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 75 (29.69% from 255 or 13.99% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE4B is #1021B4. Grayscale: #D2D2D2. Windows color (decimal): -1057205 or 4972271. OLE color: 4972271.

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

Color convert

RGB 239 222 75 -
CMYK 0 0.07 0.69 0.06
HSL 53.78º 0.84% 0.62% -
HSV(B) 53.78º 0.69% 0.94% -
XYZ 62.99 71.1 17.06 -
YUV 210.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 239 222 75 0 0.07 0.69 0.06 53.78 0.84 0.62
Hex EF DE 4B 0 7 45 6 36 54 3E
Octal 357 336 113 0 7 105 6 66 124 76
Binary 11101111 11011110 1001011 0 111 1000101 110 110110 1010100 111110

Color Harmonies of #EFDE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE4B

Black with #EFDE4B

Text Example


Text Example

White with #EFDE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE4B; }

 p { color: rgb(239,222,75); }

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

background-color css

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

 a { background-color: rgb(239,222,75); }

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

border-color css

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

 span { border-color: rgb(239,222,75); }

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