Html Css Color HEX #EAE508 Lemon

📋 copy color: '#EAE508'

red 234 ◦ green 229 ◦ blue 8

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

Shades of Lemon #EAE508

Tints of Lemon #EAE508

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.62%

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

R = 49.68%
G = 48.62%
B = 1.7%

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

#EAE508 (or 0xEAE508) is known color: Lemon. HEX triplet: EA, E5 and 08. RGB value is (234,229,8). Sum of RGB (Red+Green+Blue) = 234+229+8=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE508 is #151AF7. Grayscale: #CECECE. Windows color (decimal): -1383160 or 583146. OLE color: 583146.

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

Color convert

RGB 234 229 8 -
CMYK 0 0.02 0.97 0.08
HSL 58.67º 0.93% 0.47% -
HSV(B) 58.67º 0.97% 0.92% -
XYZ 61.99 73.55 11.16 -
YUV 205.3 16.66 148.47 -
System Red Green Blue C M Y K H S L
Decimal 234 229 8 0 0.02 0.97 0.08 58.67 0.93 0.47
Hex EA E5 8 0 2 61 8 3B 5D 2F
Octal 352 345 10 0 2 141 10 73 135 57
Binary 11101010 11100101 1000 0 10 1100001 1000 111011 1011101 101111

Color Harmonies of #EAE508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE508

Black with #EAE508

Text Example


Text Example

White with #EAE508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE508; }

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

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

background-color css

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

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

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

border-color css

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

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

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