Html Css Color HEX #EFEC1B Lemon

📋 copy color: '#EFEC1B'

red 239 ◦ green 236 ◦ blue 27

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

Shades of Lemon #EFEC1B

Tints of Lemon #EFEC1B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

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

R = 47.61%
G = 47.01%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFEC1B (or 0xEFEC1B) is known color: Lemon. HEX triplet: EF, EC and 1B. RGB value is (239,236,27). Sum of RGB (Red+Green+Blue) = 239+236+27=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 27 (10.94% from 255 or 5.38% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC1B is #1013E4. Grayscale: #D5D5D5. Windows color (decimal): -1053669 or 1830127. OLE color: 1830127.

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

Color convert

RGB 239 236 27 -
CMYK 0 0.01 0.89 0.06
HSL 59.15º 0.87% 0.52% -
HSV(B) 59.15º 0.89% 0.94% -
XYZ 65.79 78.42 12.71 -
YUV 213.07 22.99 146.49 -
System Red Green Blue C M Y K H S L
Decimal 239 236 27 0 0.01 0.89 0.06 59.15 0.87 0.52
Hex EF EC 1B 0 1 59 6 3B 57 34
Octal 357 354 33 0 1 131 6 73 127 64
Binary 11101111 11101100 11011 0 1 1011001 110 111011 1010111 110100

Color Harmonies of #EFEC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC1B

Black with #EFEC1B

Text Example


Text Example

White with #EFEC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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