Html Css Color HEX #EFDB15 Lemon

📋 copy color: '#EFDB15'

red 239 ◦ green 219 ◦ blue 21

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

Shades of Lemon #EFDB15

Tints of Lemon #EFDB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.38%

R = 49.9%
G = 45.72%
B = 4.38%

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

#EFDB15 (or 0xEFDB15) is known color: Lemon. HEX triplet: EF, DB and 15. RGB value is (239,219,21). Sum of RGB (Red+Green+Blue) = 239+219+21=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB15 is #1024EA. Grayscale: #CBCBCB. Windows color (decimal): -1058027 or 1432559. OLE color: 1432559.

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

Color convert

RGB 239 219 21 -
CMYK 0 0.08 0.91 0.06
HSL 54.5º 0.87% 0.51% -
HSV(B) 54.5º 0.91% 0.94% -
XYZ 61.06 69.07 10.82 -
YUV 202.41 25.63 154.1 -
System Red Green Blue C M Y K H S L
Decimal 239 219 21 0 0.08 0.91 0.06 54.5 0.87 0.51
Hex EF DB 15 0 8 5B 6 36 57 33
Octal 357 333 25 0 10 133 6 66 127 63
Binary 11101111 11011011 10101 0 1000 1011011 110 110110 1010111 110011

Color Harmonies of #EFDB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB15

Black with #EFDB15

Text Example


Text Example

White with #EFDB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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