Html Css Color HEX #EAE605 Lemon

📋 copy color: '#EAE605'

red 234 ◦ green 230 ◦ blue 5

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

Shades of Lemon #EAE605

Tints of Lemon #EAE605

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.04%

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 49.89%
G = 49.04%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE605 (or 0xEAE605) is known color: Lemon. HEX triplet: EA, E6 and 05. RGB value is (234,230,5). Sum of RGB (Red+Green+Blue) = 234+230+5=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 5 (2.34% from 255 or 1.07% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE605 is #1519FA. Grayscale: #CECECE. Windows color (decimal): -1382907 or 386794. OLE color: 386794.

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

Color convert

RGB 234 230 5 -
CMYK 0 0.02 0.98 0.08
HSL 58.95º 0.96% 0.47% -
HSV(B) 58.95º 0.98% 0.92% -
XYZ 62.26 74.1 11.16 -
YUV 205.55 14.83 148.3 -
System Red Green Blue C M Y K H S L
Decimal 234 230 5 0 0.02 0.98 0.08 58.95 0.96 0.47
Hex EA E6 5 0 2 62 8 3B 60 2F
Octal 352 346 5 0 2 142 10 73 140 57
Binary 11101010 11100110 101 0 10 1100010 1000 111011 1100000 101111

Color Harmonies of #EAE605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE605

Black with #EAE605

Text Example


Text Example

White with #EAE605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE605; }

 p { color: rgb(234,230,5); }

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

background-color css

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

 a { background-color: rgb(234,230,5); }

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

border-color css

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

 span { border-color: rgb(234,230,5); }

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