Html Css Color HEX #FFEA07 Lemon

📋 copy color: '#FFEA07'

red 255 ◦ green 234 ◦ blue 7

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

Shades of Lemon #FFEA07

Tints of Lemon #FFEA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.18%

 BLUE value IS 7 (3.13% from 255) = 1.41%

R = 51.41%
G = 47.18%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFEA07 (or 0xFFEA07) is known color: Lemon. HEX triplet: FF, EA and 07. RGB value is (255,234,7). Sum of RGB (Red+Green+Blue) = 255+234+7=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 7 (3.12% from 255 or 1.41% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA07 is #0015F8. Grayscale: #D7D7D7. Windows color (decimal): -5625 or 518911. OLE color: 518911.

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

Color convert

RGB 255 234 7 -
CMYK 0 0.08 0.97 0
HSL 54.92º 1% 0.51% -
HSV(B) 54.92º 0.97% 1% -
XYZ 70.7 80.12 11.94 -
YUV 214.4 10.96 156.96 -
System Red Green Blue C M Y K H S L
Decimal 255 234 7 0 0.08 0.97 0 54.92 1 0.51
Hex FF EA 7 0 8 61 0 37 64 33
Octal 377 352 7 0 10 141 0 67 144 63
Binary 11111111 11101010 111 0 1000 1100001 0 110111 1100100 110011

Color Harmonies of #FFEA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA07

Black with #FFEA07

Text Example


Text Example

White with #FFEA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA07; }

 p { color: rgb(255,234,7); }

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

background-color css

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

 a { background-color: rgb(255,234,7); }

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

border-color css

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

 span { border-color: rgb(255,234,7); }

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