Html Css Color HEX #EFDA15 Lemon

📋 copy color: '#EFDA15'

red 239 ◦ green 218 ◦ blue 21

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

Shades of Lemon #EFDA15

Tints of Lemon #EFDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

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

R = 50%
G = 45.61%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFDA15 (or 0xEFDA15) is known color: Lemon. HEX triplet: EF, DA and 15. RGB value is (239,218,21). Sum of RGB (Red+Green+Blue) = 239+218+21=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 21 (8.59% from 255 or 4.39% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA15 is #1025EA. Grayscale: #CACACA. Windows color (decimal): -1058283 or 1432303. OLE color: 1432303.

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

Color convert

RGB 239 218 21 -
CMYK 0 0.09 0.91 0.06
HSL 54.22º 0.87% 0.51% -
HSV(B) 54.22º 0.91% 0.94% -
XYZ 60.8 68.55 10.74 -
YUV 201.82 25.96 154.52 -
System Red Green Blue C M Y K H S L
Decimal 239 218 21 0 0.09 0.91 0.06 54.22 0.87 0.51
Hex EF DA 15 0 9 5B 6 36 57 33
Octal 357 332 25 0 11 133 6 66 127 63
Binary 11101111 11011010 10101 0 1001 1011011 110 110110 1010111 110011

Color Harmonies of #EFDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA15

Black with #EFDA15

Text Example


Text Example

White with #EFDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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