Html Css Color HEX #EAE705 Lemon

📋 copy color: '#EAE705'

red 234 ◦ green 231 ◦ blue 5

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

Shades of Lemon #EAE705

Tints of Lemon #EAE705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.15%

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

R = 49.79%
G = 49.15%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE705 (or 0xEAE705) is known color: Lemon. HEX triplet: EA, E7 and 05. RGB value is (234,231,5). Sum of RGB (Red+Green+Blue) = 234+231+5=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 5 (2.34% from 255 or 1.06% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE705 is #1518FA. Grayscale: #CFCFCF. Windows color (decimal): -1382651 or 387050. OLE color: 387050.

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

Color convert

RGB 234 231 5 -
CMYK 0 0.01 0.98 0.08
HSL 59.21º 0.96% 0.47% -
HSV(B) 59.21º 0.98% 0.92% -
XYZ 62.53 74.66 11.26 -
YUV 206.13 14.49 147.88 -
System Red Green Blue C M Y K H S L
Decimal 234 231 5 0 0.01 0.98 0.08 59.21 0.96 0.47
Hex EA E7 5 0 1 62 8 3B 60 2F
Octal 352 347 5 0 1 142 10 73 140 57
Binary 11101010 11100111 101 0 1 1100010 1000 111011 1100000 101111

Color Harmonies of #EAE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE705

Black with #EAE705

Text Example


Text Example

White with #EAE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE705; }

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

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

background-color css

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

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

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

border-color css

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

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

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