Html Css Color HEX #FFE70A Lemon

📋 copy color: '#FFE70A'

red 255 ◦ green 231 ◦ blue 10

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

Shades of Lemon #FFE70A

Tints of Lemon #FFE70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.02%

R = 51.41%
G = 46.57%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFE70A (or 0xFFE70A) is known color: Lemon. HEX triplet: FF, E7 and 0A. RGB value is (255,231,10). Sum of RGB (Red+Green+Blue) = 255+231+10=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 10 (4.30% from 255 or 2.02% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE70A is #0018F5. Grayscale: #D5D5D5. Windows color (decimal): -6390 or 714751. OLE color: 714751.

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

Color convert

RGB 255 231 10 -
CMYK 0 0.09 0.96 0
HSL 54.12º 1% 0.52% -
HSV(B) 54.12º 0.96% 1% -
XYZ 69.87 78.43 11.74 -
YUV 212.98 13.45 157.97 -
System Red Green Blue C M Y K H S L
Decimal 255 231 10 0 0.09 0.96 0 54.12 1 0.52
Hex FF E7 A 0 9 60 0 36 64 34
Octal 377 347 12 0 11 140 0 66 144 64
Binary 11111111 11100111 1010 0 1001 1100000 0 110110 1100100 110100

Color Harmonies of #FFE70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE70A

Black with #FFE70A

Text Example


Text Example

White with #FFE70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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