Html Css Color HEX #EFE213 Lemon

📋 copy color: '#EFE213'

red 239 ◦ green 226 ◦ blue 19

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

Shades of Lemon #EFE213

Tints of Lemon #EFE213

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.69%

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

R = 49.38%
G = 46.69%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE213 (or 0xEFE213) is known color: Lemon. HEX triplet: EF, E2 and 13. RGB value is (239,226,19). Sum of RGB (Red+Green+Blue) = 239+226+19=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE213 is #101DEC. Grayscale: #CFCFCF. Windows color (decimal): -1056237 or 1303279. OLE color: 1303279.

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

Color convert

RGB 239 226 19 -
CMYK 0 0.05 0.92 0.06
HSL 56.45º 0.87% 0.51% -
HSV(B) 56.45º 0.92% 0.94% -
XYZ 62.91 72.79 11.35 -
YUV 206.29 22.31 151.33 -
System Red Green Blue C M Y K H S L
Decimal 239 226 19 0 0.05 0.92 0.06 56.45 0.87 0.51
Hex EF E2 13 0 5 5C 6 38 57 33
Octal 357 342 23 0 5 134 6 70 127 63
Binary 11101111 11100010 10011 0 101 1011100 110 111000 1010111 110011

Color Harmonies of #EFE213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE213

Black with #EFE213

Text Example


Text Example

White with #EFE213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE213; }

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

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

background-color css

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

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

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

border-color css

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

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

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