Html Css Color HEX #EFE108 Lemon

📋 copy color: '#EFE108'

red 239 ◦ green 225 ◦ blue 8

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

Shades of Lemon #EFE108

Tints of Lemon #EFE108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.69%

R = 50.64%
G = 47.67%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFE108 (or 0xEFE108) is known color: Lemon. HEX triplet: EF, E1 and 08. RGB value is (239,225,8). Sum of RGB (Red+Green+Blue) = 239+225+8=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 8 (3.52% from 255 or 1.69% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE108 is #101EF7. Grayscale: #CDCDCD. Windows color (decimal): -1056504 or 582127. OLE color: 582127.

HSL color Cylindrical-coordinate representation of color #EFE108: hue angle of 56.36º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFE108 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 225 8 -
CMYK 0 0.06 0.97 0.06
HSL 56.36º 0.94% 0.48% -
HSV(B) 56.36º 0.97% 0.94% -
XYZ 62.57 72.22 10.87 -
YUV 204.45 17.14 152.64 -
System Red Green Blue C M Y K H S L
Decimal 239 225 8 0 0.06 0.97 0.06 56.36 0.94 0.48
Hex EF E1 8 0 6 61 6 38 5E 30
Octal 357 341 10 0 6 141 6 70 136 60
Binary 11101111 11100001 1000 0 110 1100001 110 111000 1011110 110000

Color Harmonies of #EFE108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE108

Black with #EFE108

Text Example


Text Example

White with #EFE108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE108; }

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

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

background-color css

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

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

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

border-color css

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

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

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