Html Css Color HEX #EFEF1C Lemon

📋 copy color: '#EFEF1C'

red 239 ◦ green 239 ◦ blue 28

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

Shades of Lemon #EFEF1C

Tints of Lemon #EFEF1C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.23%

 BLUE value IS 28 (11.33% from 255) = 5.53%

R = 47.23%
G = 47.23%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFEF1C (or 0xEFEF1C) is known color: Lemon. HEX triplet: EF, EF and 1C. RGB value is (239,239,28). Sum of RGB (Red+Green+Blue) = 239+239+28=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 28 (11.33% from 255 or 5.53% from 506); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF1C is #1010E3. Grayscale: #D7D7D7. Windows color (decimal): -1052900 or 1896431. OLE color: 1896431.

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

Color convert

RGB 239 239 28 -
CMYK 0 0 0.88 0.06
HSL 60º 0.87% 0.52% -
HSV(B) 60º 0.88% 0.94% -
XYZ 66.67 80.17 13.06 -
YUV 214.95 22.5 145.16 -
System Red Green Blue C M Y K H S L
Decimal 239 239 28 0 0 0.88 0.06 60 0.87 0.52
Hex EF EF 1C 0 0 58 6 3C 57 34
Octal 357 357 34 0 0 130 6 74 127 64
Binary 11101111 11101111 11100 0 0 1011000 110 111100 1010111 110100

Color Harmonies of #EFEF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF1C

Black with #EFEF1C

Text Example


Text Example

White with #EFEF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF1C; }

 p { color: rgb(239,239,28); }

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

background-color css

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

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

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

border-color css

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

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

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