Html Css Color HEX #EFE01A Lemon

📋 copy color: '#EFE01A'

red 239 ◦ green 224 ◦ blue 26

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

Shades of Lemon #EFE01A

Tints of Lemon #EFE01A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.81%

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

R = 48.88%
G = 45.81%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFE01A (or 0xEFE01A) is known color: Lemon. HEX triplet: EF, E0 and 1A. RGB value is (239,224,26). Sum of RGB (Red+Green+Blue) = 239+224+26=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 26 (10.55% from 255 or 5.32% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE01A is #101FE5. Grayscale: #CECECE. Windows color (decimal): -1056742 or 1761519. OLE color: 1761519.

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

Color convert

RGB 239 224 26 -
CMYK 0 0.06 0.89 0.06
HSL 55.77º 0.87% 0.52% -
HSV(B) 55.77º 0.89% 0.94% -
XYZ 62.44 71.74 11.53 -
YUV 205.91 26.47 151.6 -
System Red Green Blue C M Y K H S L
Decimal 239 224 26 0 0.06 0.89 0.06 55.77 0.87 0.52
Hex EF E0 1A 0 6 59 6 38 57 34
Octal 357 340 32 0 6 131 6 70 127 64
Binary 11101111 11100000 11010 0 110 1011001 110 111000 1010111 110100

Color Harmonies of #EFE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE01A

Black with #EFE01A

Text Example


Text Example

White with #EFE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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