Html Css Color HEX #EFE716 Lemon

📋 copy color: '#EFE716'

red 239 ◦ green 231 ◦ blue 22

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

Shades of Lemon #EFE716

Tints of Lemon #EFE716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.47%

R = 48.58%
G = 46.95%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFE716 (or 0xEFE716) is known color: Lemon. HEX triplet: EF, E7 and 16. RGB value is (239,231,22). Sum of RGB (Red+Green+Blue) = 239+231+22=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE716 is #1018E9. Grayscale: #D2D2D2. Windows color (decimal): -1054954 or 1501167. OLE color: 1501167.

HSL color Cylindrical-coordinate representation of color #EFE716: hue angle of 57.79º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFE716 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 231 22 -
CMYK 0 0.03 0.91 0.06
HSL 57.79º 0.87% 0.51% -
HSV(B) 57.79º 0.91% 0.94% -
XYZ 64.32 75.56 11.95 -
YUV 209.57 22.15 148.99 -
System Red Green Blue C M Y K H S L
Decimal 239 231 22 0 0.03 0.91 0.06 57.79 0.87 0.51
Hex EF E7 16 0 3 5B 6 3A 57 33
Octal 357 347 26 0 3 133 6 72 127 63
Binary 11101111 11100111 10110 0 11 1011011 110 111010 1010111 110011

Color Harmonies of #EFE716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE716

Black with #EFE716

Text Example


Text Example

White with #EFE716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE716; }

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

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

background-color css

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

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

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

border-color css

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

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

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