Html Css Color HEX #EFE414 Lemon

📋 copy color: '#EFE414'

red 239 ◦ green 228 ◦ blue 20

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

Shades of Lemon #EFE414

Tints of Lemon #EFE414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.82%

 BLUE value IS 20 (8.2% from 255) = 4.11%

R = 49.08%
G = 46.82%
B = 4.11%

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

#EFE414 (or 0xEFE414) is known color: Lemon. HEX triplet: EF, E4 and 14. RGB value is (239,228,20). Sum of RGB (Red+Green+Blue) = 239+228+20=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE414 is #101BEB. Grayscale: #D0D0D0. Windows color (decimal): -1055724 or 1369327. OLE color: 1369327.

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

Color convert

RGB 239 228 20 -
CMYK 0 0.05 0.92 0.06
HSL 56.99º 0.87% 0.51% -
HSV(B) 56.99º 0.92% 0.94% -
XYZ 63.47 73.89 11.58 -
YUV 207.58 22.14 150.41 -
System Red Green Blue C M Y K H S L
Decimal 239 228 20 0 0.05 0.92 0.06 56.99 0.87 0.51
Hex EF E4 14 0 5 5C 6 39 57 33
Octal 357 344 24 0 5 134 6 71 127 63
Binary 11101111 11100100 10100 0 101 1011100 110 111001 1010111 110011

Color Harmonies of #EFE414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE414

Black with #EFE414

Text Example


Text Example

White with #EFE414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE414; }

 p { color: rgb(239,228,20); }

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

background-color css

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

 a { background-color: rgb(239,228,20); }

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

border-color css

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

 span { border-color: rgb(239,228,20); }

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