Html Css Color HEX #EFE31C Lemon

📋 copy color: '#EFE31C'

red 239 ◦ green 227 ◦ blue 28

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

Shades of Lemon #EFE31C

Tints of Lemon #EFE31C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 48.38%
G = 45.95%
B = 5.67%

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

#EFE31C (or 0xEFE31C) is known color: Lemon. HEX triplet: EF, E3 and 1C. RGB value is (239,227,28). Sum of RGB (Red+Green+Blue) = 239+227+28=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE31C is #101CE3. Grayscale: #D0D0D0. Windows color (decimal): -1055972 or 1893359. OLE color: 1893359.

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

Color convert

RGB 239 227 28 -
CMYK 0 0.05 0.88 0.06
HSL 56.59º 0.87% 0.52% -
HSV(B) 56.59º 0.88% 0.94% -
XYZ 63.28 73.37 11.93 -
YUV 207.9 26.48 150.18 -
System Red Green Blue C M Y K H S L
Decimal 239 227 28 0 0.05 0.88 0.06 56.59 0.87 0.52
Hex EF E3 1C 0 5 58 6 39 57 34
Octal 357 343 34 0 5 130 6 71 127 64
Binary 11101111 11100011 11100 0 101 1011000 110 111001 1010111 110100

Color Harmonies of #EFE31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE31C

Black with #EFE31C

Text Example


Text Example

White with #EFE31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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