Html Css Color HEX #EAE812 Lemon

📋 copy color: '#EAE812'

red 234 ◦ green 232 ◦ blue 18

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

Shades of Lemon #EAE812

Tints of Lemon #EAE812

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.93%

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

R = 48.35%
G = 47.93%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAE812 (or 0xEAE812) is known color: Lemon. HEX triplet: EA, E8 and 12. RGB value is (234,232,18). Sum of RGB (Red+Green+Blue) = 234+232+18=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE812 is #1517ED. Grayscale: #D1D1D1. Windows color (decimal): -1382382 or 1239274. OLE color: 1239274.

HSL color Cylindrical-coordinate representation of color #EAE812: hue angle of 59.44º 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 #EAE812 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 232 18 -
CMYK 0 0.01 0.92 0.08
HSL 59.44º 0.86% 0.49% -
HSV(B) 59.44º 0.92% 0.92% -
XYZ 62.9 75.25 11.78 -
YUV 208.2 20.66 146.4 -
System Red Green Blue C M Y K H S L
Decimal 234 232 18 0 0.01 0.92 0.08 59.44 0.86 0.49
Hex EA E8 12 0 1 5C 8 3B 56 31
Octal 352 350 22 0 1 134 10 73 126 61
Binary 11101010 11101000 10010 0 1 1011100 1000 111011 1010110 110001

Color Harmonies of #EAE812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE812

Black with #EAE812

Text Example


Text Example

White with #EAE812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE812; }

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

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

background-color css

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

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

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

border-color css

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

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

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