Html Css Color HEX #EFE11A Lemon

📋 copy color: '#EFE11A'

red 239 ◦ green 225 ◦ blue 26

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

Shades of Lemon #EFE11A

Tints of Lemon #EFE11A

RGB

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

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

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

R = 48.78%
G = 45.92%
B = 5.31%

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

#EFE11A (or 0xEFE11A) is known color: Lemon. HEX triplet: EF, E1 and 1A. RGB value is (239,225,26). Sum of RGB (Red+Green+Blue) = 239+225+26=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 26 (10.55% from 255 or 5.31% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE11A is #101EE5. Grayscale: #CFCFCF. Windows color (decimal): -1056486 or 1761775. OLE color: 1761775.

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

Color convert

RGB 239 225 26 -
CMYK 0 0.06 0.89 0.06
HSL 56.06º 0.87% 0.52% -
HSV(B) 56.06º 0.89% 0.94% -
XYZ 62.71 72.28 11.62 -
YUV 206.5 26.14 151.18 -
System Red Green Blue C M Y K H S L
Decimal 239 225 26 0 0.06 0.89 0.06 56.06 0.87 0.52
Hex EF E1 1A 0 6 59 6 38 57 34
Octal 357 341 32 0 6 131 6 70 127 64
Binary 11101111 11100001 11010 0 110 1011001 110 111000 1010111 110100

Color Harmonies of #EFE11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE11A

Black with #EFE11A

Text Example


Text Example

White with #EFE11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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