Html Css Color HEX #EFDA13 Lemon

📋 copy color: '#EFDA13'

red 239 ◦ green 218 ◦ blue 19

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

Shades of Lemon #EFDA13

Tints of Lemon #EFDA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.99%

R = 50.21%
G = 45.8%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFDA13 (or 0xEFDA13) is known color: Lemon. HEX triplet: EF, DA and 13. RGB value is (239,218,19). Sum of RGB (Red+Green+Blue) = 239+218+19=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA13 is #1025EC. Grayscale: #CACACA. Windows color (decimal): -1058285 or 1301231. OLE color: 1301231.

HSL color Cylindrical-coordinate representation of color #EFDA13: hue angle of 54.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFDA13 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 19 -
CMYK 0 0.09 0.92 0.06
HSL 54.27º 0.87% 0.51% -
HSV(B) 54.27º 0.92% 0.94% -
XYZ 60.79 68.54 10.64 -
YUV 201.59 24.96 154.68 -
System Red Green Blue C M Y K H S L
Decimal 239 218 19 0 0.09 0.92 0.06 54.27 0.87 0.51
Hex EF DA 13 0 9 5C 6 36 57 33
Octal 357 332 23 0 11 134 6 66 127 63
Binary 11101111 11011010 10011 0 1001 1011100 110 110110 1010111 110011

Color Harmonies of #EFDA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA13

Black with #EFDA13

Text Example


Text Example

White with #EFDA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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