Html Css Color HEX #EFE11B Lemon

📋 copy color: '#EFE11B'

red 239 ◦ green 225 ◦ blue 27

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

Shades of Lemon #EFE11B

Tints of Lemon #EFE11B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

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

R = 48.68%
G = 45.82%
B = 5.5%

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

#EFE11B (or 0xEFE11B) is known color: Lemon. HEX triplet: EF, E1 and 1B. RGB value is (239,225,27). Sum of RGB (Red+Green+Blue) = 239+225+27=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE11B is #101EE4. Grayscale: #CFCFCF. Windows color (decimal): -1056485 or 1827311. OLE color: 1827311.

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

Color convert

RGB 239 225 27 -
CMYK 0 0.06 0.89 0.06
HSL 56.04º 0.87% 0.52% -
HSV(B) 56.04º 0.89% 0.94% -
XYZ 62.72 72.28 11.68 -
YUV 206.61 26.64 151.1 -
System Red Green Blue C M Y K H S L
Decimal 239 225 27 0 0.06 0.89 0.06 56.04 0.87 0.52
Hex EF E1 1B 0 6 59 6 38 57 34
Octal 357 341 33 0 6 131 6 70 127 64
Binary 11101111 11100001 11011 0 110 1011001 110 111000 1010111 110100

Color Harmonies of #EFE11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE11B

Black with #EFE11B

Text Example


Text Example

White with #EFE11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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