Html Css Color HEX #EFE01C Lemon

📋 copy color: '#EFE01C'

red 239 ◦ green 224 ◦ blue 28

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

Shades of Lemon #EFE01C

Tints of Lemon #EFE01C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

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

R = 48.68%
G = 45.62%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFE01C (or 0xEFE01C) is known color: Lemon. HEX triplet: EF, E0 and 1C. RGB value is (239,224,28). Sum of RGB (Red+Green+Blue) = 239+224+28=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE01C is #101FE3. Grayscale: #CECECE. Windows color (decimal): -1056740 or 1892591. OLE color: 1892591.

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

Color convert

RGB 239 224 28 -
CMYK 0 0.06 0.88 0.06
HSL 55.73º 0.87% 0.52% -
HSV(B) 55.73º 0.88% 0.94% -
XYZ 62.46 71.75 11.65 -
YUV 206.14 27.47 151.44 -
System Red Green Blue C M Y K H S L
Decimal 239 224 28 0 0.06 0.88 0.06 55.73 0.87 0.52
Hex EF E0 1C 0 6 58 6 38 57 34
Octal 357 340 34 0 6 130 6 70 127 64
Binary 11101111 11100000 11100 0 110 1011000 110 111000 1010111 110100

Color Harmonies of #EFE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE01C

Black with #EFE01C

Text Example


Text Example

White with #EFE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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