Html Css Color HEX #FFE70F Lemon

📋 copy color: '#FFE70F'

red 255 ◦ green 231 ◦ blue 15

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

Shades of Lemon #FFE70F

Tints of Lemon #FFE70F

RGB

 RED value IS 255 (100% from 255) = 50.9%

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

 BLUE value IS 15 (6.25% from 255) = 2.99%

R = 50.9%
G = 46.11%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFE70F (or 0xFFE70F) is known color: Lemon. HEX triplet: FF, E7 and 0F. RGB value is (255,231,15). Sum of RGB (Red+Green+Blue) = 255+231+15=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 15 (6.25% from 255 or 2.99% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE70F is #0018F0. Grayscale: #D6D6D6. Windows color (decimal): -6385 or 1042431. OLE color: 1042431.

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

Color convert

RGB 255 231 15 -
CMYK 0 0.09 0.94 0
HSL 54º 1% 0.53% -
HSV(B) 54º 0.94% 1% -
XYZ 69.9 78.45 11.91 -
YUV 213.55 15.95 157.56 -
System Red Green Blue C M Y K H S L
Decimal 255 231 15 0 0.09 0.94 0 54 1 0.53
Hex FF E7 F 0 9 5E 0 36 64 35
Octal 377 347 17 0 11 136 0 66 144 65
Binary 11111111 11100111 1111 0 1001 1011110 0 110110 1100100 110101

Color Harmonies of #FFE70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE70F

Black with #FFE70F

Text Example


Text Example

White with #FFE70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE70F; }

 p { color: rgb(255,231,15); }

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

background-color css

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

 a { background-color: rgb(255,231,15); }

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

border-color css

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

 span { border-color: rgb(255,231,15); }

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