Html Css Color HEX #EFDC0C Lemon

📋 copy color: '#EFDC0C'

red 239 ◦ green 220 ◦ blue 12

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

Shades of Lemon #EFDC0C

Tints of Lemon #EFDC0C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

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

R = 50.74%
G = 46.71%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFDC0C (or 0xEFDC0C) is known color: Lemon. HEX triplet: EF, DC and 0C. RGB value is (239,220,12). Sum of RGB (Red+Green+Blue) = 239+220+12=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC0C is #1023F3. Grayscale: #CACACA. Windows color (decimal): -1057780 or 842991. OLE color: 842991.

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

Color convert

RGB 239 220 12 -
CMYK 0 0.08 0.95 0.06
HSL 54.98º 0.9% 0.49% -
HSV(B) 54.98º 0.95% 0.94% -
XYZ 61.26 69.56 10.55 -
YUV 201.97 20.79 154.41 -
System Red Green Blue C M Y K H S L
Decimal 239 220 12 0 0.08 0.95 0.06 54.98 0.9 0.49
Hex EF DC C 0 8 5F 6 37 5A 31
Octal 357 334 14 0 10 137 6 67 132 61
Binary 11101111 11011100 1100 0 1000 1011111 110 110111 1011010 110001

Color Harmonies of #EFDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC0C

Black with #EFDC0C

Text Example


Text Example

White with #EFDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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