Html Css Color HEX #EFE61A Lemon

📋 copy color: '#EFE61A'

red 239 ◦ green 230 ◦ blue 26

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

Shades of Lemon #EFE61A

Tints of Lemon #EFE61A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.46%

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

R = 48.28%
G = 46.46%
B = 5.25%

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

#EFE61A (or 0xEFE61A) is known color: Lemon. HEX triplet: EF, E6 and 1A. RGB value is (239,230,26). Sum of RGB (Red+Green+Blue) = 239+230+26=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 26 (10.55% from 255 or 5.25% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE61A is #1019E5. Grayscale: #D2D2D2. Windows color (decimal): -1055206 or 1763055. OLE color: 1763055.

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

Color convert

RGB 239 230 26 -
CMYK 0 0.04 0.89 0.06
HSL 57.46º 0.87% 0.52% -
HSV(B) 57.46º 0.89% 0.94% -
XYZ 64.08 75.02 12.08 -
YUV 209.44 24.48 149.09 -
System Red Green Blue C M Y K H S L
Decimal 239 230 26 0 0.04 0.89 0.06 57.46 0.87 0.52
Hex EF E6 1A 0 4 59 6 39 57 34
Octal 357 346 32 0 4 131 6 71 127 64
Binary 11101111 11100110 11010 0 100 1011001 110 111001 1010111 110100

Color Harmonies of #EFE61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE61A

Black with #EFE61A

Text Example


Text Example

White with #EFE61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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