Html Css Color HEX #EFED0C Lemon

📋 copy color: '#EFED0C'

red 239 ◦ green 237 ◦ blue 12

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

Shades of Lemon #EFED0C

Tints of Lemon #EFED0C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.57%

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

R = 48.98%
G = 48.57%
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

#EFED0C (or 0xEFED0C) is known color: Lemon. HEX triplet: EF, ED and 0C. RGB value is (239,237,12). Sum of RGB (Red+Green+Blue) = 239+237+12=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFED0C is #1012F3. Grayscale: #D4D4D4. Windows color (decimal): -1053428 or 847343. OLE color: 847343.

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

Color convert

RGB 239 237 12 -
CMYK 0 0.01 0.95 0.06
HSL 59.47º 0.9% 0.49% -
HSV(B) 59.47º 0.95% 0.94% -
XYZ 65.95 78.95 12.11 -
YUV 211.95 15.16 147.3 -
System Red Green Blue C M Y K H S L
Decimal 239 237 12 0 0.01 0.95 0.06 59.47 0.9 0.49
Hex EF ED C 0 1 5F 6 3B 5A 31
Octal 357 355 14 0 1 137 6 73 132 61
Binary 11101111 11101101 1100 0 1 1011111 110 111011 1011010 110001

Color Harmonies of #EFED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED0C

Black with #EFED0C

Text Example


Text Example

White with #EFED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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