Html Css Color HEX #EAE405 Lemon

📋 copy color: '#EAE405'

red 234 ◦ green 228 ◦ blue 5

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

Shades of Lemon #EAE405

Tints of Lemon #EAE405

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.82%

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

R = 50.11%
G = 48.82%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE405 (or 0xEAE405) is known color: Lemon. HEX triplet: EA, E4 and 05. RGB value is (234,228,5). Sum of RGB (Red+Green+Blue) = 234+228+5=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE405 is #151BFA. Grayscale: #CDCDCD. Windows color (decimal): -1383419 or 386282. OLE color: 386282.

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

Color convert

RGB 234 228 5 -
CMYK 0 0.03 0.98 0.08
HSL 58.43º 0.96% 0.47% -
HSV(B) 58.43º 0.98% 0.92% -
XYZ 61.7 72.99 10.98 -
YUV 204.37 15.49 149.13 -
System Red Green Blue C M Y K H S L
Decimal 234 228 5 0 0.03 0.98 0.08 58.43 0.96 0.47
Hex EA E4 5 0 3 62 8 3A 60 2F
Octal 352 344 5 0 3 142 10 72 140 57
Binary 11101010 11100100 101 0 11 1100010 1000 111010 1100000 101111

Color Harmonies of #EAE405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE405

Black with #EAE405

Text Example


Text Example

White with #EAE405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE405; }

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

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

background-color css

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

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

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

border-color css

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

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

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