Html Css Color HEX #EFE41A Lemon

📋 copy color: '#EFE41A'

red 239 ◦ green 228 ◦ blue 26

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

Shades of Lemon #EFE41A

Tints of Lemon #EFE41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

 BLUE value IS 26 (10.55% from 255) = 5.27%

R = 48.48%
G = 46.25%
B = 5.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFE41A (or 0xEFE41A) is known color: Lemon. HEX triplet: EF, E4 and 1A. RGB value is (239,228,26). Sum of RGB (Red+Green+Blue) = 239+228+26=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 26 (10.55% from 255 or 5.27% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE41A is #101BE5. Grayscale: #D1D1D1. Windows color (decimal): -1055718 or 1762543. OLE color: 1762543.

HSL color Cylindrical-coordinate representation of color #EFE41A: hue angle of 56.9º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFE41A is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 26 -
CMYK 0 0.05 0.89 0.06
HSL 56.9º 0.87% 0.52% -
HSV(B) 56.9º 0.89% 0.94% -
XYZ 63.53 73.91 11.9 -
YUV 208.26 25.14 149.93 -
System Red Green Blue C M Y K H S L
Decimal 239 228 26 0 0.05 0.89 0.06 56.9 0.87 0.52
Hex EF E4 1A 0 5 59 6 39 57 34
Octal 357 344 32 0 5 131 6 71 127 64
Binary 11101111 11100100 11010 0 101 1011001 110 111001 1010111 110100

Color Harmonies of #EFE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE41A

Black with #EFE41A

Text Example


Text Example

White with #EFE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE41A; }

 p { color: rgb(239,228,26); }

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

background-color css

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

 a { background-color: rgb(239,228,26); }

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

border-color css

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

 span { border-color: rgb(239,228,26); }

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