Html Css Color HEX #EFE008 Lemon

📋 copy color: '#EFE008'

red 239 ◦ green 224 ◦ blue 8

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

Shades of Lemon #EFE008

Tints of Lemon #EFE008

RGB

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

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

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

R = 50.74%
G = 47.56%
B = 1.7%

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

#EFE008 (or 0xEFE008) is known color: Lemon. HEX triplet: EF, E0 and 08. RGB value is (239,224,8). Sum of RGB (Red+Green+Blue) = 239+224+8=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE008 is #101FF7. Grayscale: #CCCCCC. Windows color (decimal): -1056760 or 581871. OLE color: 581871.

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

Color convert

RGB 239 224 8 -
CMYK 0 0.06 0.97 0.06
HSL 56.1º 0.94% 0.48% -
HSV(B) 56.1º 0.97% 0.94% -
XYZ 62.3 71.68 10.78 -
YUV 203.86 17.47 153.06 -
System Red Green Blue C M Y K H S L
Decimal 239 224 8 0 0.06 0.97 0.06 56.1 0.94 0.48
Hex EF E0 8 0 6 61 6 38 5E 30
Octal 357 340 10 0 6 141 6 70 136 60
Binary 11101111 11100000 1000 0 110 1100001 110 111000 1011110 110000

Color Harmonies of #EFE008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE008

Black with #EFE008

Text Example


Text Example

White with #EFE008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE008; }

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

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

background-color css

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

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

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

border-color css

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

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

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