Html Css Color HEX #EFD54B Energy Yellow

📋 copy color: '#EFD54B'

red 239 ◦ green 213 ◦ blue 75

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

Shades of Energy Yellow #EFD54B

Tints of Energy Yellow #EFD54B

RGB

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

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

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

R = 45.35%
G = 40.42%
B = 14.23%

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

#EFD54B (or 0xEFD54B) is known color: Energy Yellow. HEX triplet: EF, D5 and 4B. RGB value is (239,213,75). Sum of RGB (Red+Green+Blue) = 239+213+75=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD54B is #102AB4. Grayscale: #CDCDCD. Windows color (decimal): -1059509 or 4969967. OLE color: 4969967.

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

Color convert

RGB 239 213 75 -
CMYK 0 0.11 0.69 0.06
HSL 50.49º 0.84% 0.62% -
HSV(B) 50.49º 0.69% 0.94% -
XYZ 60.66 66.45 16.29 -
YUV 205.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 239 213 75 0 0.11 0.69 0.06 50.49 0.84 0.62
Hex EF D5 4B 0 B 45 6 32 54 3E
Octal 357 325 113 0 13 105 6 62 124 76
Binary 11101111 11010101 1001011 0 1011 1000101 110 110010 1010100 111110

Color Harmonies of #EFD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD54B

Black with #EFD54B

Text Example


Text Example

White with #EFD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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