Html Css Color HEX #EFE14B Energy Yellow

📋 copy color: '#EFE14B'

red 239 ◦ green 225 ◦ blue 75

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

Shades of Energy Yellow #EFE14B

Tints of Energy Yellow #EFE14B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.74%

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

R = 44.34%
G = 41.74%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFE14B (or 0xEFE14B) is known color: Energy Yellow. HEX triplet: EF, E1 and 4B. RGB value is (239,225,75). Sum of RGB (Red+Green+Blue) = 239+225+75=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 75 (29.69% from 255 or 13.91% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE14B is #101EB4. Grayscale: #D4D4D4. Windows color (decimal): -1056437 or 4973039. OLE color: 4973039.

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

Color convert

RGB 239 225 75 -
CMYK 0 0.06 0.69 0.06
HSL 54.88º 0.84% 0.62% -
HSV(B) 54.88º 0.69% 0.94% -
XYZ 63.79 72.71 17.33 -
YUV 212.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 239 225 75 0 0.06 0.69 0.06 54.88 0.84 0.62
Hex EF E1 4B 0 6 45 6 37 54 3E
Octal 357 341 113 0 6 105 6 67 124 76
Binary 11101111 11100001 1001011 0 110 1000101 110 110111 1010100 111110

Color Harmonies of #EFE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE14B

Black with #EFE14B

Text Example


Text Example

White with #EFE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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