Html Css Color HEX #EFE21A Lemon

📋 copy color: '#EFE21A'

red 239 ◦ green 226 ◦ blue 26

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

Shades of Lemon #EFE21A

Tints of Lemon #EFE21A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.03%

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

R = 48.68%
G = 46.03%
B = 5.3%

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

#EFE21A (or 0xEFE21A) is known color: Lemon. HEX triplet: EF, E2 and 1A. RGB value is (239,226,26). Sum of RGB (Red+Green+Blue) = 239+226+26=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 26 (10.55% from 255 or 5.30% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE21A is #101DE5. Grayscale: #CFCFCF. Windows color (decimal): -1056230 or 1762031. OLE color: 1762031.

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

Color convert

RGB 239 226 26 -
CMYK 0 0.05 0.89 0.06
HSL 56.34º 0.87% 0.52% -
HSV(B) 56.34º 0.89% 0.94% -
XYZ 62.98 72.82 11.71 -
YUV 207.09 25.81 150.76 -
System Red Green Blue C M Y K H S L
Decimal 239 226 26 0 0.05 0.89 0.06 56.34 0.87 0.52
Hex EF E2 1A 0 5 59 6 38 57 34
Octal 357 342 32 0 5 131 6 70 127 64
Binary 11101111 11100010 11010 0 101 1011001 110 111000 1010111 110100

Color Harmonies of #EFE21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE21A

Black with #EFE21A

Text Example


Text Example

White with #EFE21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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