Html Css Color HEX #EFDB10 Lemon

📋 copy color: '#EFDB10'

red 239 ◦ green 219 ◦ blue 16

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

Shades of Lemon #EFDB10

Tints of Lemon #EFDB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.38%

R = 50.42%
G = 46.2%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFDB10 (or 0xEFDB10) is known color: Lemon. HEX triplet: EF, DB and 10. RGB value is (239,219,16). Sum of RGB (Red+Green+Blue) = 239+219+16=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB10 is #1024EF. Grayscale: #CACACA. Windows color (decimal): -1058032 or 1104879. OLE color: 1104879.

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

Color convert

RGB 239 219 16 -
CMYK 0 0.08 0.93 0.06
HSL 54.62º 0.87% 0.5% -
HSV(B) 54.62º 0.93% 0.94% -
XYZ 61.02 69.05 10.6 -
YUV 201.84 23.13 154.51 -
System Red Green Blue C M Y K H S L
Decimal 239 219 16 0 0.08 0.93 0.06 54.62 0.87 0.5
Hex EF DB 10 0 8 5D 6 37 57 32
Octal 357 333 20 0 10 135 6 67 127 62
Binary 11101111 11011011 10000 0 1000 1011101 110 110111 1010111 110010

Color Harmonies of #EFDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB10

Black with #EFDB10

Text Example


Text Example

White with #EFDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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