Html Css Color HEX #EFEB0C Lemon

📋 copy color: '#EFEB0C'

red 239 ◦ green 235 ◦ blue 12

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

Shades of Lemon #EFEB0C

Tints of Lemon #EFEB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.35%

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

R = 49.18%
G = 48.35%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFEB0C (or 0xEFEB0C) is known color: Lemon. HEX triplet: EF, EB and 0C. RGB value is (239,235,12). Sum of RGB (Red+Green+Blue) = 239+235+12=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEB0C is #1014F3. Grayscale: #D3D3D3. Windows color (decimal): -1053940 or 846831. OLE color: 846831.

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

Color convert

RGB 239 235 12 -
CMYK 0 0.02 0.95 0.06
HSL 58.94º 0.9% 0.49% -
HSV(B) 58.94º 0.95% 0.94% -
XYZ 65.37 77.79 11.92 -
YUV 210.77 15.83 148.13 -
System Red Green Blue C M Y K H S L
Decimal 239 235 12 0 0.02 0.95 0.06 58.94 0.9 0.49
Hex EF EB C 0 2 5F 6 3B 5A 31
Octal 357 353 14 0 2 137 6 73 132 61
Binary 11101111 11101011 1100 0 10 1011111 110 111011 1011010 110001

Color Harmonies of #EFEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB0C

Black with #EFEB0C

Text Example


Text Example

White with #EFEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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