Html Css Color HEX #EFDD16 Lemon

📋 copy color: '#EFDD16'

red 239 ◦ green 221 ◦ blue 22

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

Shades of Lemon #EFDD16

Tints of Lemon #EFDD16

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 22 (8.98% from 255) = 4.56%

R = 49.59%
G = 45.85%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFDD16 (or 0xEFDD16) is known color: Lemon. HEX triplet: EF, DD and 16. RGB value is (239,221,22). Sum of RGB (Red+Green+Blue) = 239+221+22=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 22 (8.98% from 255 or 4.56% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD16 is #1022E9. Grayscale: #CCCCCC. Windows color (decimal): -1057514 or 1498607. OLE color: 1498607.

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

Color convert

RGB 239 221 22 -
CMYK 0 0.08 0.91 0.06
HSL 55.02º 0.87% 0.51% -
HSV(B) 55.02º 0.91% 0.94% -
XYZ 61.6 70.12 11.05 -
YUV 203.7 25.46 153.18 -
System Red Green Blue C M Y K H S L
Decimal 239 221 22 0 0.08 0.91 0.06 55.02 0.87 0.51
Hex EF DD 16 0 8 5B 6 37 57 33
Octal 357 335 26 0 10 133 6 67 127 63
Binary 11101111 11011101 10110 0 1000 1011011 110 110111 1010111 110011

Color Harmonies of #EFDD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD16

Black with #EFDD16

Text Example


Text Example

White with #EFDD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD16; }

 p { color: rgb(239,221,22); }

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

background-color css

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

 a { background-color: rgb(239,221,22); }

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

border-color css

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

 span { border-color: rgb(239,221,22); }

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