Html Css Color HEX #EFDF11 Lemon

📋 copy color: '#EFDF11'

red 239 ◦ green 223 ◦ blue 17

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

Shades of Lemon #EFDF11

Tints of Lemon #EFDF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.56%

 BLUE value IS 17 (7.03% from 255) = 3.55%

R = 49.9%
G = 46.56%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFDF11 (or 0xEFDF11) is known color: Lemon. HEX triplet: EF, DF and 11. RGB value is (239,223,17). Sum of RGB (Red+Green+Blue) = 239+223+17=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 17 (7.03% from 255 or 3.55% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF11 is #1020EE. Grayscale: #CDCDCD. Windows color (decimal): -1057007 or 1171439. OLE color: 1171439.

HSL color Cylindrical-coordinate representation of color #EFDF11: hue angle of 55.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFDF11 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 17 -
CMYK 0 0.07 0.93 0.06
HSL 55.68º 0.87% 0.5% -
HSV(B) 55.68º 0.93% 0.94% -
XYZ 62.09 71.17 10.99 -
YUV 204.3 22.3 152.75 -
System Red Green Blue C M Y K H S L
Decimal 239 223 17 0 0.07 0.93 0.06 55.68 0.87 0.5
Hex EF DF 11 0 7 5D 6 38 57 32
Octal 357 337 21 0 7 135 6 70 127 62
Binary 11101111 11011111 10001 0 111 1011101 110 111000 1010111 110010

Color Harmonies of #EFDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF11

Black with #EFDF11

Text Example


Text Example

White with #EFDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF11; }

 p { color: rgb(239,223,17); }

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

background-color css

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

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

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

border-color css

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

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

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