Html Css Color HEX #EFE51A Lemon

📋 copy color: '#EFE51A'

red 239 ◦ green 229 ◦ blue 26

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

Shades of Lemon #EFE51A

Tints of Lemon #EFE51A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.36%

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

R = 48.38%
G = 46.36%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFE51A (or 0xEFE51A) is known color: Lemon. HEX triplet: EF, E5 and 1A. RGB value is (239,229,26). Sum of RGB (Red+Green+Blue) = 239+229+26=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 26 (10.55% from 255 or 5.26% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE51A is #101AE5. Grayscale: #D1D1D1. Windows color (decimal): -1055462 or 1762799. OLE color: 1762799.

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

Color convert

RGB 239 229 26 -
CMYK 0 0.04 0.89 0.06
HSL 57.18º 0.87% 0.52% -
HSV(B) 57.18º 0.89% 0.94% -
XYZ 63.8 74.46 11.99 -
YUV 208.85 24.81 149.51 -
System Red Green Blue C M Y K H S L
Decimal 239 229 26 0 0.04 0.89 0.06 57.18 0.87 0.52
Hex EF E5 1A 0 4 59 6 39 57 34
Octal 357 345 32 0 4 131 6 71 127 64
Binary 11101111 11100101 11010 0 100 1011001 110 111001 1010111 110100

Color Harmonies of #EFE51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE51A

Black with #EFE51A

Text Example


Text Example

White with #EFE51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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