Html Css Color HEX #EFE01B Lemon

📋 copy color: '#EFE01B'

red 239 ◦ green 224 ◦ blue 27

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

Shades of Lemon #EFE01B

Tints of Lemon #EFE01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

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

R = 48.78%
G = 45.71%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFE01B (or 0xEFE01B) is known color: Lemon. HEX triplet: EF, E0 and 1B. RGB value is (239,224,27). Sum of RGB (Red+Green+Blue) = 239+224+27=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE01B is #101FE4. Grayscale: #CECECE. Windows color (decimal): -1056741 or 1827055. OLE color: 1827055.

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

Color convert

RGB 239 224 27 -
CMYK 0 0.06 0.89 0.06
HSL 55.75º 0.87% 0.52% -
HSV(B) 55.75º 0.89% 0.94% -
XYZ 62.45 71.74 11.59 -
YUV 206.03 26.97 151.52 -
System Red Green Blue C M Y K H S L
Decimal 239 224 27 0 0.06 0.89 0.06 55.75 0.87 0.52
Hex EF E0 1B 0 6 59 6 38 57 34
Octal 357 340 33 0 6 131 6 70 127 64
Binary 11101111 11100000 11011 0 110 1011001 110 111000 1010111 110100

Color Harmonies of #EFE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE01B

Black with #EFE01B

Text Example


Text Example

White with #EFE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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