Html Css Color HEX #EFE21C Lemon

📋 copy color: '#EFE21C'

red 239 ◦ green 226 ◦ blue 28

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

Shades of Lemon #EFE21C

Tints of Lemon #EFE21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.68%

R = 48.48%
G = 45.84%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFE21C (or 0xEFE21C) is known color: Lemon. HEX triplet: EF, E2 and 1C. RGB value is (239,226,28). Sum of RGB (Red+Green+Blue) = 239+226+28=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 28 (11.33% from 255 or 5.68% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE21C is #101DE3. Grayscale: #D0D0D0. Windows color (decimal): -1056228 or 1893103. OLE color: 1893103.

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

Color convert

RGB 239 226 28 -
CMYK 0 0.05 0.88 0.06
HSL 56.3º 0.87% 0.52% -
HSV(B) 56.3º 0.88% 0.94% -
XYZ 63 72.83 11.84 -
YUV 207.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 239 226 28 0 0.05 0.88 0.06 56.3 0.87 0.52
Hex EF E2 1C 0 5 58 6 38 57 34
Octal 357 342 34 0 5 130 6 70 127 64
Binary 11101111 11100010 11100 0 101 1011000 110 111000 1010111 110100

Color Harmonies of #EFE21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE21C

Black with #EFE21C

Text Example


Text Example

White with #EFE21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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