Html Css Color HEX #EFE31B Lemon

📋 copy color: '#EFE31B'

red 239 ◦ green 227 ◦ blue 27

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

Shades of Lemon #EFE31B

Tints of Lemon #EFE31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.48%

R = 48.48%
G = 46.04%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFE31B (or 0xEFE31B) is known color: Lemon. HEX triplet: EF, E3 and 1B. RGB value is (239,227,27). Sum of RGB (Red+Green+Blue) = 239+227+27=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 27 (10.94% from 255 or 5.48% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE31B is #101CE4. Grayscale: #D0D0D0. Windows color (decimal): -1055973 or 1827823. OLE color: 1827823.

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

Color convert

RGB 239 227 27 -
CMYK 0 0.05 0.89 0.06
HSL 56.6º 0.87% 0.52% -
HSV(B) 56.6º 0.89% 0.94% -
XYZ 63.26 73.37 11.86 -
YUV 207.79 25.98 150.26 -
System Red Green Blue C M Y K H S L
Decimal 239 227 27 0 0.05 0.89 0.06 56.6 0.87 0.52
Hex EF E3 1B 0 5 59 6 39 57 34
Octal 357 343 33 0 5 131 6 71 127 64
Binary 11101111 11100011 11011 0 101 1011001 110 111001 1010111 110100

Color Harmonies of #EFE31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE31B

Black with #EFE31B

Text Example


Text Example

White with #EFE31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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