Html Css Color HEX #EAE00A Lemon

📋 copy color: '#EAE00A'

red 234 ◦ green 224 ◦ blue 10

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

Shades of Lemon #EAE00A

Tints of Lemon #EAE00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.86%

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

R = 50%
G = 47.86%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAE00A (or 0xEAE00A) is known color: Lemon. HEX triplet: EA, E0 and 0A. RGB value is (234,224,10). Sum of RGB (Red+Green+Blue) = 234+224+10=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE00A is #151FF5. Grayscale: #CBCBCB. Windows color (decimal): -1384438 or 712938. OLE color: 712938.

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

Color convert

RGB 234 224 10 -
CMYK 0 0.04 0.96 0.08
HSL 57.32º 0.92% 0.48% -
HSV(B) 57.32º 0.96% 0.92% -
XYZ 60.64 70.83 10.76 -
YUV 202.59 19.31 150.4 -
System Red Green Blue C M Y K H S L
Decimal 234 224 10 0 0.04 0.96 0.08 57.32 0.92 0.48
Hex EA E0 A 0 4 60 8 39 5C 30
Octal 352 340 12 0 4 140 10 71 134 60
Binary 11101010 11100000 1010 0 100 1100000 1000 111001 1011100 110000

Color Harmonies of #EAE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE00A

Black with #EAE00A

Text Example


Text Example

White with #EAE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE00A; }

 p { color: rgb(234,224,10); }

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

background-color css

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

 a { background-color: rgb(234,224,10); }

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

border-color css

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

 span { border-color: rgb(234,224,10); }

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