Html Css Color HEX #FFEA1D Lemon

📋 copy color: '#FFEA1D'

red 255 ◦ green 234 ◦ blue 29

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

Shades of Lemon #FFEA1D

Tints of Lemon #FFEA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.6%

R = 49.23%
G = 45.17%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFEA1D (or 0xFFEA1D) is known color: Lemon. HEX triplet: FF, EA and 1D. RGB value is (255,234,29). Sum of RGB (Red+Green+Blue) = 255+234+29=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 29 (11.72% from 255 or 5.60% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA1D is #0015E2. Grayscale: #D9D9D9. Windows color (decimal): -5603 or 1960703. OLE color: 1960703.

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

Color convert

RGB 255 234 29 -
CMYK 0 0.08 0.89 0
HSL 54.42º 1% 0.56% -
HSV(B) 54.42º 0.89% 1% -
XYZ 70.88 80.19 12.91 -
YUV 216.91 21.96 155.17 -
System Red Green Blue C M Y K H S L
Decimal 255 234 29 0 0.08 0.89 0 54.42 1 0.56
Hex FF EA 1D 0 8 59 0 36 64 38
Octal 377 352 35 0 10 131 0 66 144 70
Binary 11111111 11101010 11101 0 1000 1011001 0 110110 1100100 111000

Color Harmonies of #FFEA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA1D

Black with #FFEA1D

Text Example


Text Example

White with #FFEA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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