Html Css Color HEX #EAE807 Lemon

📋 copy color: '#EAE807'

red 234 ◦ green 232 ◦ blue 7

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

Shades of Lemon #EAE807

Tints of Lemon #EAE807

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.05%

 BLUE value IS 7 (3.13% from 255) = 1.48%

R = 49.47%
G = 49.05%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE807 (or 0xEAE807) is known color: Lemon. HEX triplet: EA, E8 and 07. RGB value is (234,232,7). Sum of RGB (Red+Green+Blue) = 234+232+7=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 7 (3.12% from 255 or 1.48% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE807 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE807 is #1517F8. Grayscale: #CFCFCF. Windows color (decimal): -1382393 or 518378. OLE color: 518378.

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

Color convert

RGB 234 232 7 -
CMYK 0 0.01 0.97 0.08
HSL 59.47º 0.94% 0.47% -
HSV(B) 59.47º 0.97% 0.92% -
XYZ 62.83 75.22 11.41 -
YUV 206.95 15.16 147.3 -
System Red Green Blue C M Y K H S L
Decimal 234 232 7 0 0.01 0.97 0.08 59.47 0.94 0.47
Hex EA E8 7 0 1 61 8 3B 5E 2F
Octal 352 350 7 0 1 141 10 73 136 57
Binary 11101010 11101000 111 0 1 1100001 1000 111011 1011110 101111

Color Harmonies of #EAE807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE807

Black with #EAE807

Text Example


Text Example

White with #EAE807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE807; }

 p { color: rgb(234,232,7); }

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

background-color css

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

 a { background-color: rgb(234,232,7); }

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

border-color css

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

 span { border-color: rgb(234,232,7); }

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