Html Css Color HEX #EFEA1B Lemon

📋 copy color: '#EFEA1B'

red 239 ◦ green 234 ◦ blue 27

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

Shades of Lemon #EFEA1B

Tints of Lemon #EFEA1B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.8%

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

R = 47.8%
G = 46.8%
B = 5.4%

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

#EFEA1B (or 0xEFEA1B) is known color: Lemon. HEX triplet: EF, EA and 1B. RGB value is (239,234,27). Sum of RGB (Red+Green+Blue) = 239+234+27=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 27 (10.94% from 255 or 5.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA1B is #1015E4. Grayscale: #D4D4D4. Windows color (decimal): -1054181 or 1829615. OLE color: 1829615.

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

Color convert

RGB 239 234 27 -
CMYK 0 0.02 0.89 0.06
HSL 58.58º 0.87% 0.52% -
HSV(B) 58.58º 0.89% 0.94% -
XYZ 65.22 77.28 12.52 -
YUV 211.9 23.66 147.33 -
System Red Green Blue C M Y K H S L
Decimal 239 234 27 0 0.02 0.89 0.06 58.58 0.87 0.52
Hex EF EA 1B 0 2 59 6 3B 57 34
Octal 357 352 33 0 2 131 6 73 127 64
Binary 11101111 11101010 11011 0 10 1011001 110 111011 1010111 110100

Color Harmonies of #EFEA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA1B

Black with #EFEA1B

Text Example


Text Example

White with #EFEA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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