Html Css Color HEX #EFE315 Lemon

📋 copy color: '#EFE315'

red 239 ◦ green 227 ◦ blue 21

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

Shades of Lemon #EFE315

Tints of Lemon #EFE315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.31%

R = 49.08%
G = 46.61%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFE315 (or 0xEFE315) is known color: Lemon. HEX triplet: EF, E3 and 15. RGB value is (239,227,21). Sum of RGB (Red+Green+Blue) = 239+227+21=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 21 (8.59% from 255 or 4.31% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE315 is #101CEA. Grayscale: #CFCFCF. Windows color (decimal): -1055979 or 1434607. OLE color: 1434607.

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

Color convert

RGB 239 227 21 -
CMYK 0 0.05 0.91 0.06
HSL 56.7º 0.87% 0.51% -
HSV(B) 56.7º 0.91% 0.94% -
XYZ 63.2 73.34 11.54 -
YUV 207.1 22.98 150.75 -
System Red Green Blue C M Y K H S L
Decimal 239 227 21 0 0.05 0.91 0.06 56.7 0.87 0.51
Hex EF E3 15 0 5 5B 6 39 57 33
Octal 357 343 25 0 5 133 6 71 127 63
Binary 11101111 11100011 10101 0 101 1011011 110 111001 1010111 110011

Color Harmonies of #EFE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE315

Black with #EFE315

Text Example


Text Example

White with #EFE315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE315; }

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

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

background-color css

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

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

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

border-color css

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

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

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