Html Css Color HEX #EAE608 Lemon

📋 copy color: '#EAE608'

red 234 ◦ green 230 ◦ blue 8

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

Shades of Lemon #EAE608

Tints of Lemon #EAE608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.69%

R = 49.58%
G = 48.73%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE608 (or 0xEAE608) is known color: Lemon. HEX triplet: EA, E6 and 08. RGB value is (234,230,8). Sum of RGB (Red+Green+Blue) = 234+230+8=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 8 (3.52% from 255 or 1.69% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE608 is #1519F7. Grayscale: #CECECE. Windows color (decimal): -1382904 or 583402. OLE color: 583402.

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

Color convert

RGB 234 230 8 -
CMYK 0 0.02 0.97 0.08
HSL 58.94º 0.93% 0.47% -
HSV(B) 58.94º 0.97% 0.92% -
XYZ 62.27 74.1 11.25 -
YUV 205.89 16.33 148.05 -
System Red Green Blue C M Y K H S L
Decimal 234 230 8 0 0.02 0.97 0.08 58.94 0.93 0.47
Hex EA E6 8 0 2 61 8 3B 5D 2F
Octal 352 346 10 0 2 141 10 73 135 57
Binary 11101010 11100110 1000 0 10 1100001 1000 111011 1011101 101111

Color Harmonies of #EAE608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE608

Black with #EAE608

Text Example


Text Example

White with #EAE608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE608; }

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

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

background-color css

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

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

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

border-color css

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

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

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