Html Css Color HEX #EFE71A Lemon

📋 copy color: '#EFE71A'

red 239 ◦ green 231 ◦ blue 26

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

Shades of Lemon #EFE71A

Tints of Lemon #EFE71A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.57%

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

R = 48.19%
G = 46.57%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFE71A (or 0xEFE71A) is known color: Lemon. HEX triplet: EF, E7 and 1A. RGB value is (239,231,26). Sum of RGB (Red+Green+Blue) = 239+231+26=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 26 (10.55% from 255 or 5.24% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE71A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE71A is #1018E5. Grayscale: #D2D2D2. Windows color (decimal): -1054950 or 1763311. OLE color: 1763311.

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

Color convert

RGB 239 231 26 -
CMYK 0 0.03 0.89 0.06
HSL 57.75º 0.87% 0.52% -
HSV(B) 57.75º 0.89% 0.94% -
XYZ 64.36 75.58 12.17 -
YUV 210.02 24.15 148.67 -
System Red Green Blue C M Y K H S L
Decimal 239 231 26 0 0.03 0.89 0.06 57.75 0.87 0.52
Hex EF E7 1A 0 3 59 6 3A 57 34
Octal 357 347 32 0 3 131 6 72 127 64
Binary 11101111 11100111 11010 0 11 1011001 110 111010 1010111 110100

Color Harmonies of #EFE71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE71A

Black with #EFE71A

Text Example


Text Example

White with #EFE71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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