Html Css Color HEX #EFEA01 Lemon

📋 copy color: '#EFEA01'

red 239 ◦ green 234 ◦ blue 1

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

Shades of Lemon #EFEA01

Tints of Lemon #EFEA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 50.42%
G = 49.37%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFEA01 (or 0xEFEA01) is known color: Lemon. HEX triplet: EF, EA and 01. RGB value is (239,234,1). Sum of RGB (Red+Green+Blue) = 239+234+1=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA01 is #1015FE. Grayscale: #D1D1D1. Windows color (decimal): -1054207 or 125679. OLE color: 125679.

HSL color Cylindrical-coordinate representation of color #EFEA01: hue angle of 58.74º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFEA01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 1 -
CMYK 0 0.02 1.00 0.06
HSL 58.74º 0.99% 0.47% -
HSV(B) 58.74º 1% 0.94% -
XYZ 65.02 77.2 11.5 -
YUV 208.93 10.66 149.45 -
System Red Green Blue C M Y K H S L
Decimal 239 234 1 0 0.02 1.00 0.06 58.74 0.99 0.47
Hex EF EA 1 0 2 64 6 3B 63 2F
Octal 357 352 1 0 2 144 6 73 143 57
Binary 11101111 11101010 1 0 10 1100100 110 111011 1100011 101111

Color Harmonies of #EFEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA01

Black with #EFEA01

Text Example


Text Example

White with #EFEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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