Html Css Color HEX #EAE10F Lemon

📋 copy color: '#EAE10F'

red 234 ◦ green 225 ◦ blue 15

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

Shades of Lemon #EAE10F

Tints of Lemon #EAE10F

RGB

 RED value IS 234 (91.8% from 255) = 49.37%

 GREEN value IS 225 (88.28% from 255) = 47.47%

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

R = 49.37%
G = 47.47%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE10F (or 0xEAE10F) is known color: Lemon. HEX triplet: EA, E1 and 0F. RGB value is (234,225,15). Sum of RGB (Red+Green+Blue) = 234+225+15=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE10F is #151EF0. Grayscale: #CCCCCC. Windows color (decimal): -1384177 or 1040874. OLE color: 1040874.

HSL color Cylindrical-coordinate representation of color #EAE10F: hue angle of 57.53º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAE10F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 15 -
CMYK 0 0.04 0.94 0.08
HSL 57.53º 0.88% 0.49% -
HSV(B) 57.53º 0.94% 0.92% -
XYZ 60.94 71.38 11.02 -
YUV 203.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 234 225 15 0 0.04 0.94 0.08 57.53 0.88 0.49
Hex EA E1 F 0 4 5E 8 3A 58 31
Octal 352 341 17 0 4 136 10 72 130 61
Binary 11101010 11100001 1111 0 100 1011110 1000 111010 1011000 110001

Color Harmonies of #EAE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE10F

Black with #EAE10F

Text Example


Text Example

White with #EAE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE10F; }

 p { color: rgb(234,225,15); }

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

background-color css

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

 a { background-color: rgb(234,225,15); }

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

border-color css

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

 span { border-color: rgb(234,225,15); }

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