Html Css Color HEX #EFD913 Lemon

📋 copy color: '#EFD913'

red 239 ◦ green 217 ◦ blue 19

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

Shades of Lemon #EFD913

Tints of Lemon #EFD913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

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

R = 50.32%
G = 45.68%
B = 4%

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

#EFD913 (or 0xEFD913) is known color: Lemon. HEX triplet: EF, D9 and 13. RGB value is (239,217,19). Sum of RGB (Red+Green+Blue) = 239+217+19=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD913 is #1026EC. Grayscale: #C9C9C9. Windows color (decimal): -1058541 or 1300975. OLE color: 1300975.

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

Color convert

RGB 239 217 19 -
CMYK 0 0.09 0.92 0.06
HSL 54º 0.87% 0.51% -
HSV(B) 54º 0.92% 0.94% -
XYZ 60.53 68.02 10.56 -
YUV 201.01 25.29 155.1 -
System Red Green Blue C M Y K H S L
Decimal 239 217 19 0 0.09 0.92 0.06 54 0.87 0.51
Hex EF D9 13 0 9 5C 6 36 57 33
Octal 357 331 23 0 11 134 6 66 127 63
Binary 11101111 11011001 10011 0 1001 1011100 110 110110 1010111 110011

Color Harmonies of #EFD913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD913

Black with #EFD913

Text Example


Text Example

White with #EFD913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD913; }

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

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

background-color css

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

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

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

border-color css

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

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

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