Html Css Color HEX #EFEB1A Lemon

📋 copy color: '#EFEB1A'

red 239 ◦ green 235 ◦ blue 26

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

Shades of Lemon #EFEB1A

Tints of Lemon #EFEB1A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47%

 BLUE value IS 26 (10.55% from 255) = 5.2%

R = 47.8%
G = 47%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFEB1A (or 0xEFEB1A) is known color: Lemon. HEX triplet: EF, EB and 1A. RGB value is (239,235,26). Sum of RGB (Red+Green+Blue) = 239+235+26=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 26 (10.55% from 255 or 5.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB1A is #1014E5. Grayscale: #D5D5D5. Windows color (decimal): -1053926 or 1764335. OLE color: 1764335.

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

Color convert

RGB 239 235 26 -
CMYK 0 0.02 0.89 0.06
HSL 58.87º 0.87% 0.52% -
HSV(B) 58.87º 0.89% 0.94% -
XYZ 65.49 77.84 12.55 -
YUV 212.37 22.83 146.99 -
System Red Green Blue C M Y K H S L
Decimal 239 235 26 0 0.02 0.89 0.06 58.87 0.87 0.52
Hex EF EB 1A 0 2 59 6 3B 57 34
Octal 357 353 32 0 2 131 6 73 127 64
Binary 11101111 11101011 11010 0 10 1011001 110 111011 1010111 110100

Color Harmonies of #EFEB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB1A

Black with #EFEB1A

Text Example


Text Example

White with #EFEB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB1A; }

 p { color: rgb(239,235,26); }

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

background-color css

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

 a { background-color: rgb(239,235,26); }

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

border-color css

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

 span { border-color: rgb(239,235,26); }

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