Html Css Color HEX #EFEF0C Lemon

📋 copy color: '#EFEF0C'

red 239 ◦ green 239 ◦ blue 12

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

Shades of Lemon #EFEF0C

Tints of Lemon #EFEF0C

RGB

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

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

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

R = 48.78%
G = 48.78%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFEF0C (or 0xEFEF0C) is known color: Lemon. HEX triplet: EF, EF and 0C. RGB value is (239,239,12). Sum of RGB (Red+Green+Blue) = 239+239+12=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF0C is #1010F3. Grayscale: #D6D6D6. Windows color (decimal): -1052916 or 847855. OLE color: 847855.

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

Color convert

RGB 239 239 12 -
CMYK 0 0 0.95 0.06
HSL 60º 0.9% 0.49% -
HSV(B) 60º 0.95% 0.94% -
XYZ 66.53 80.11 12.3 -
YUV 213.12 14.5 146.46 -
System Red Green Blue C M Y K H S L
Decimal 239 239 12 0 0 0.95 0.06 60 0.9 0.49
Hex EF EF C 0 0 5F 6 3C 5A 31
Octal 357 357 14 0 0 137 6 74 132 61
Binary 11101111 11101111 1100 0 0 1011111 110 111100 1011010 110001

Color Harmonies of #EFEF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF0C

Black with #EFEF0C

Text Example


Text Example

White with #EFEF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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