Html Css Color HEX #EAE40D Lemon

📋 copy color: '#EAE40D'

red 234 ◦ green 228 ◦ blue 13

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

Shades of Lemon #EAE40D

Tints of Lemon #EAE40D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48%

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 49.26%
G = 48%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE40D (or 0xEAE40D) is known color: Lemon. HEX triplet: EA, E4 and 0D. RGB value is (234,228,13). Sum of RGB (Red+Green+Blue) = 234+228+13=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE40D is #151BF2. Grayscale: #CECECE. Windows color (decimal): -1383411 or 910570. OLE color: 910570.

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

Color convert

RGB 234 228 13 -
CMYK 0 0.03 0.94 0.08
HSL 58.37º 0.89% 0.48% -
HSV(B) 58.37º 0.94% 0.92% -
XYZ 61.75 73.01 11.22 -
YUV 205.28 19.49 148.48 -
System Red Green Blue C M Y K H S L
Decimal 234 228 13 0 0.03 0.94 0.08 58.37 0.89 0.48
Hex EA E4 D 0 3 5E 8 3A 59 30
Octal 352 344 15 0 3 136 10 72 131 60
Binary 11101010 11100100 1101 0 11 1011110 1000 111010 1011001 110000

Color Harmonies of #EAE40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE40D

Black with #EAE40D

Text Example


Text Example

White with #EAE40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE40D; }

 p { color: rgb(234,228,13); }

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

background-color css

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

 a { background-color: rgb(234,228,13); }

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

border-color css

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

 span { border-color: rgb(234,228,13); }

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