Html Css Color HEX #EAE312 Lemon

📋 copy color: '#EAE312'

red 234 ◦ green 227 ◦ blue 18

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

Shades of Lemon #EAE312

Tints of Lemon #EAE312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.76%

R = 48.85%
G = 47.39%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAE312 (or 0xEAE312) is known color: Lemon. HEX triplet: EA, E3 and 12. RGB value is (234,227,18). Sum of RGB (Red+Green+Blue) = 234+227+18=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE312 is #151CED. Grayscale: #CECECE. Windows color (decimal): -1383662 or 1237994. OLE color: 1237994.

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

Color convert

RGB 234 227 18 -
CMYK 0 0.03 0.92 0.08
HSL 58.06º 0.86% 0.49% -
HSV(B) 58.06º 0.92% 0.92% -
XYZ 61.51 72.47 11.32 -
YUV 205.27 22.32 148.49 -
System Red Green Blue C M Y K H S L
Decimal 234 227 18 0 0.03 0.92 0.08 58.06 0.86 0.49
Hex EA E3 12 0 3 5C 8 3A 56 31
Octal 352 343 22 0 3 134 10 72 126 61
Binary 11101010 11100011 10010 0 11 1011100 1000 111010 1010110 110001

Color Harmonies of #EAE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE312

Black with #EAE312

Text Example


Text Example

White with #EAE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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