Html Css Color HEX #EFDF13 Lemon

📋 copy color: '#EFDF13'

red 239 ◦ green 223 ◦ blue 19

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

Shades of Lemon #EFDF13

Tints of Lemon #EFDF13

RGB

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

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

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

R = 49.69%
G = 46.36%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFDF13 (or 0xEFDF13) is known color: Lemon. HEX triplet: EF, DF and 13. RGB value is (239,223,19). Sum of RGB (Red+Green+Blue) = 239+223+19=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF13 is #1020EC. Grayscale: #CDCDCD. Windows color (decimal): -1057005 or 1302511. OLE color: 1302511.

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

Color convert

RGB 239 223 19 -
CMYK 0 0.07 0.92 0.06
HSL 55.64º 0.87% 0.51% -
HSV(B) 55.64º 0.92% 0.94% -
XYZ 62.1 71.17 11.08 -
YUV 204.53 23.3 152.59 -
System Red Green Blue C M Y K H S L
Decimal 239 223 19 0 0.07 0.92 0.06 55.64 0.87 0.51
Hex EF DF 13 0 7 5C 6 38 57 33
Octal 357 337 23 0 7 134 6 70 127 63
Binary 11101111 11011111 10011 0 111 1011100 110 111000 1010111 110011

Color Harmonies of #EFDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF13

Black with #EFDF13

Text Example


Text Example

White with #EFDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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