Html Css Color HEX #EFE312 Lemon

📋 copy color: '#EFE312'

red 239 ◦ green 227 ◦ blue 18

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

Shades of Lemon #EFE312

Tints of Lemon #EFE312

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.9%

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

R = 49.38%
G = 46.9%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE312 (or 0xEFE312) is known color: Lemon. HEX triplet: EF, E3 and 12. RGB value is (239,227,18). Sum of RGB (Red+Green+Blue) = 239+227+18=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE312 is #101CED. Grayscale: #CFCFCF. Windows color (decimal): -1055982 or 1237999. OLE color: 1237999.

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

Color convert

RGB 239 227 18 -
CMYK 0 0.05 0.92 0.06
HSL 56.74º 0.87% 0.5% -
HSV(B) 56.74º 0.92% 0.94% -
XYZ 63.17 73.33 11.4 -
YUV 206.76 21.48 150.99 -
System Red Green Blue C M Y K H S L
Decimal 239 227 18 0 0.05 0.92 0.06 56.74 0.87 0.5
Hex EF E3 12 0 5 5C 6 39 57 32
Octal 357 343 22 0 5 134 6 71 127 62
Binary 11101111 11100011 10010 0 101 1011100 110 111001 1010111 110010

Color Harmonies of #EFE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE312

Black with #EFE312

Text Example


Text Example

White with #EFE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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