Html Css Color HEX #EFE60C Lemon

📋 copy color: '#EFE60C'

red 239 ◦ green 230 ◦ blue 12

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

Shades of Lemon #EFE60C

Tints of Lemon #EFE60C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.82%

 BLUE value IS 12 (5.08% from 255) = 2.49%

R = 49.69%
G = 47.82%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFE60C (or 0xEFE60C) is known color: Lemon. HEX triplet: EF, E6 and 0C. RGB value is (239,230,12). Sum of RGB (Red+Green+Blue) = 239+230+12=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE60C is #1019F3. Grayscale: #D0D0D0. Windows color (decimal): -1055220 or 845551. OLE color: 845551.

HSL color Cylindrical-coordinate representation of color #EFE60C: hue angle of 57.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFE60C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 12 -
CMYK 0 0.04 0.95 0.06
HSL 57.62º 0.9% 0.49% -
HSV(B) 57.62º 0.95% 0.94% -
XYZ 63.96 74.97 11.45 -
YUV 207.84 17.48 150.23 -
System Red Green Blue C M Y K H S L
Decimal 239 230 12 0 0.04 0.95 0.06 57.62 0.9 0.49
Hex EF E6 C 0 4 5F 6 3A 5A 31
Octal 357 346 14 0 4 137 6 72 132 61
Binary 11101111 11100110 1100 0 100 1011111 110 111010 1011010 110001

Color Harmonies of #EFE60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE60C

Black with #EFE60C

Text Example


Text Example

White with #EFE60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE60C; }

 p { color: rgb(239,230,12); }

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

background-color css

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

 a { background-color: rgb(239,230,12); }

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

border-color css

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

 span { border-color: rgb(239,230,12); }

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