Html Css Color HEX #EFEC0C Lemon

📋 copy color: '#EFEC0C'

red 239 ◦ green 236 ◦ blue 12

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

Shades of Lemon #EFEC0C

Tints of Lemon #EFEC0C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.46%

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

R = 49.08%
G = 48.46%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFEC0C (or 0xEFEC0C) is known color: Lemon. HEX triplet: EF, EC and 0C. RGB value is (239,236,12). Sum of RGB (Red+Green+Blue) = 239+236+12=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 12 (5.08% from 255 or 2.46% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC0C is #1013F3. Grayscale: #D4D4D4. Windows color (decimal): -1053684 or 847087. OLE color: 847087.

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

Color convert

RGB 239 236 12 -
CMYK 0 0.01 0.95 0.06
HSL 59.21º 0.9% 0.49% -
HSV(B) 59.21º 0.95% 0.94% -
XYZ 65.66 78.37 12.01 -
YUV 211.36 15.49 147.71 -
System Red Green Blue C M Y K H S L
Decimal 239 236 12 0 0.01 0.95 0.06 59.21 0.9 0.49
Hex EF EC C 0 1 5F 6 3B 5A 31
Octal 357 354 14 0 1 137 6 73 132 61
Binary 11101111 11101100 1100 0 1 1011111 110 111011 1011010 110001

Color Harmonies of #EFEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC0C

Black with #EFEC0C

Text Example


Text Example

White with #EFEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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