Html Css Color HEX #EFE712 Lemon

📋 copy color: '#EFE712'

red 239 ◦ green 231 ◦ blue 18

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

Shades of Lemon #EFE712

Tints of Lemon #EFE712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.69%

R = 48.98%
G = 47.34%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE712 (or 0xEFE712) is known color: Lemon. HEX triplet: EF, E7 and 12. RGB value is (239,231,18). Sum of RGB (Red+Green+Blue) = 239+231+18=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE712 is #1018ED. Grayscale: #D1D1D1. Windows color (decimal): -1054958 or 1239023. OLE color: 1239023.

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

Color convert

RGB 239 231 18 -
CMYK 0 0.03 0.92 0.06
HSL 57.83º 0.87% 0.5% -
HSV(B) 57.83º 0.92% 0.94% -
XYZ 64.28 75.55 11.77 -
YUV 209.11 20.15 149.32 -
System Red Green Blue C M Y K H S L
Decimal 239 231 18 0 0.03 0.92 0.06 57.83 0.87 0.5
Hex EF E7 12 0 3 5C 6 3A 57 32
Octal 357 347 22 0 3 134 6 72 127 62
Binary 11101111 11100111 10010 0 11 1011100 110 111010 1010111 110010

Color Harmonies of #EFE712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE712

Black with #EFE712

Text Example


Text Example

White with #EFE712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE712; }

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

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

background-color css

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

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

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

border-color css

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

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

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