Html Css Color HEX #EFDF15 Lemon

📋 copy color: '#EFDF15'

red 239 ◦ green 223 ◦ blue 21

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

Shades of Lemon #EFDF15

Tints of Lemon #EFDF15

RGB

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

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

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

R = 49.48%
G = 46.17%
B = 4.35%

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

#EFDF15 (or 0xEFDF15) is known color: Lemon. HEX triplet: EF, DF and 15. RGB value is (239,223,21). Sum of RGB (Red+Green+Blue) = 239+223+21=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF15 is #1020EA. Grayscale: #CDCDCD. Windows color (decimal): -1057003 or 1433583. OLE color: 1433583.

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

Color convert

RGB 239 223 21 -
CMYK 0 0.07 0.91 0.06
HSL 55.6º 0.87% 0.51% -
HSV(B) 55.6º 0.91% 0.94% -
XYZ 62.12 71.18 11.17 -
YUV 204.76 24.3 152.43 -
System Red Green Blue C M Y K H S L
Decimal 239 223 21 0 0.07 0.91 0.06 55.6 0.87 0.51
Hex EF DF 15 0 7 5B 6 38 57 33
Octal 357 337 25 0 7 133 6 70 127 63
Binary 11101111 11011111 10101 0 111 1011011 110 111000 1010111 110011

Color Harmonies of #EFDF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF15

Black with #EFDF15

Text Example


Text Example

White with #EFDF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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