Html Css Color HEX #EFE705 Lemon

📋 copy color: '#EFE705'

red 239 ◦ green 231 ◦ blue 5

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

Shades of Lemon #EFE705

Tints of Lemon #EFE705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.63%

 BLUE value IS 5 (2.34% from 255) = 1.05%

R = 50.32%
G = 48.63%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFE705 (or 0xEFE705) is known color: Lemon. HEX triplet: EF, E7 and 05. RGB value is (239,231,5). Sum of RGB (Red+Green+Blue) = 239+231+5=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE705 is #1018FA. Grayscale: #D0D0D0. Windows color (decimal): -1054971 or 387055. OLE color: 387055.

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

Color convert

RGB 239 231 5 -
CMYK 0 0.03 0.98 0.06
HSL 57.95º 0.96% 0.48% -
HSV(B) 57.95º 0.98% 0.94% -
XYZ 64.2 75.51 11.34 -
YUV 207.63 13.65 150.38 -
System Red Green Blue C M Y K H S L
Decimal 239 231 5 0 0.03 0.98 0.06 57.95 0.96 0.48
Hex EF E7 5 0 3 62 6 3A 60 30
Octal 357 347 5 0 3 142 6 72 140 60
Binary 11101111 11100111 101 0 11 1100010 110 111010 1100000 110000

Color Harmonies of #EFE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE705

Black with #EFE705

Text Example


Text Example

White with #EFE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE705; }

 p { color: rgb(239,231,5); }

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

background-color css

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

 a { background-color: rgb(239,231,5); }

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

border-color css

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

 span { border-color: rgb(239,231,5); }

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