Html Css Color HEX #EFDB16 Lemon

📋 copy color: '#EFDB16'

red 239 ◦ green 219 ◦ blue 22

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

Shades of Lemon #EFDB16

Tints of Lemon #EFDB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.63%

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

R = 49.79%
G = 45.63%
B = 4.58%

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

#EFDB16 (or 0xEFDB16) is known color: Lemon. HEX triplet: EF, DB and 16. RGB value is (239,219,22). Sum of RGB (Red+Green+Blue) = 239+219+22=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB16 is #1024E9. Grayscale: #CBCBCB. Windows color (decimal): -1058026 or 1498095. OLE color: 1498095.

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

Color convert

RGB 239 219 22 -
CMYK 0 0.08 0.91 0.06
HSL 54.47º 0.87% 0.51% -
HSV(B) 54.47º 0.91% 0.94% -
XYZ 61.07 69.07 10.87 -
YUV 202.52 26.13 154.02 -
System Red Green Blue C M Y K H S L
Decimal 239 219 22 0 0.08 0.91 0.06 54.47 0.87 0.51
Hex EF DB 16 0 8 5B 6 36 57 33
Octal 357 333 26 0 10 133 6 66 127 63
Binary 11101111 11011011 10110 0 1000 1011011 110 110110 1010111 110011

Color Harmonies of #EFDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB16

Black with #EFDB16

Text Example


Text Example

White with #EFDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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