Html Css Color HEX #EFDF16 Lemon

📋 copy color: '#EFDF16'

red 239 ◦ green 223 ◦ blue 22

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

Shades of Lemon #EFDF16

Tints of Lemon #EFDF16

RGB

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

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

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

R = 49.38%
G = 46.07%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFDF16 (or 0xEFDF16) is known color: Lemon. HEX triplet: EF, DF and 16. RGB value is (239,223,22). Sum of RGB (Red+Green+Blue) = 239+223+22=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF16 is #1020E9. Grayscale: #CDCDCD. Windows color (decimal): -1057002 or 1499119. OLE color: 1499119.

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

Color convert

RGB 239 223 22 -
CMYK 0 0.07 0.91 0.06
HSL 55.58º 0.87% 0.51% -
HSV(B) 55.58º 0.91% 0.94% -
XYZ 62.13 71.18 11.22 -
YUV 204.87 24.8 152.34 -
System Red Green Blue C M Y K H S L
Decimal 239 223 22 0 0.07 0.91 0.06 55.58 0.87 0.51
Hex EF DF 16 0 7 5B 6 38 57 33
Octal 357 337 26 0 7 133 6 70 127 63
Binary 11101111 11011111 10110 0 111 1011011 110 111000 1010111 110011

Color Harmonies of #EFDF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF16

Black with #EFDF16

Text Example


Text Example

White with #EFDF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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