Html Css Color HEX #EAE31A Lemon

📋 copy color: '#EAE31A'

red 234 ◦ green 227 ◦ blue 26

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

Shades of Lemon #EAE31A

Tints of Lemon #EAE31A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.61%

 BLUE value IS 26 (10.55% from 255) = 5.34%

R = 48.05%
G = 46.61%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAE31A (or 0xEAE31A) is known color: Lemon. HEX triplet: EA, E3 and 1A. RGB value is (234,227,26). Sum of RGB (Red+Green+Blue) = 234+227+26=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 26 (10.55% from 255 or 5.34% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE31A is #151CE5. Grayscale: #CECECE. Windows color (decimal): -1383654 or 1762282. OLE color: 1762282.

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

Color convert

RGB 234 227 26 -
CMYK 0 0.03 0.89 0.08
HSL 57.98º 0.83% 0.51% -
HSV(B) 57.98º 0.89% 0.92% -
XYZ 61.59 72.51 11.73 -
YUV 206.18 26.32 147.84 -
System Red Green Blue C M Y K H S L
Decimal 234 227 26 0 0.03 0.89 0.08 57.98 0.83 0.51
Hex EA E3 1A 0 3 59 8 3A 53 33
Octal 352 343 32 0 3 131 10 72 123 63
Binary 11101010 11100011 11010 0 11 1011001 1000 111010 1010011 110011

Color Harmonies of #EAE31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE31A

Black with #EAE31A

Text Example


Text Example

White with #EAE31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE31A; }

 p { color: rgb(234,227,26); }

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

background-color css

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

 a { background-color: rgb(234,227,26); }

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

border-color css

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

 span { border-color: rgb(234,227,26); }

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