Html Css Color HEX #EAE007 Lemon

📋 copy color: '#EAE007'

red 234 ◦ green 224 ◦ blue 7

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

Shades of Lemon #EAE007

Tints of Lemon #EAE007

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.17%

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

R = 50.32%
G = 48.17%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE007 (or 0xEAE007) is known color: Lemon. HEX triplet: EA, E0 and 07. RGB value is (234,224,7). Sum of RGB (Red+Green+Blue) = 234+224+7=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 7 (3.12% from 255 or 1.51% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE007 is #151FF8. Grayscale: #CBCBCB. Windows color (decimal): -1384441 or 516330. OLE color: 516330.

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

Color convert

RGB 234 224 7 -
CMYK 0 0.04 0.97 0.08
HSL 57.36º 0.94% 0.47% -
HSV(B) 57.36º 0.97% 0.92% -
XYZ 60.63 70.82 10.68 -
YUV 202.25 17.81 150.64 -
System Red Green Blue C M Y K H S L
Decimal 234 224 7 0 0.04 0.97 0.08 57.36 0.94 0.47
Hex EA E0 7 0 4 61 8 39 5E 2F
Octal 352 340 7 0 4 141 10 71 136 57
Binary 11101010 11100000 111 0 100 1100001 1000 111001 1011110 101111

Color Harmonies of #EAE007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE007

Black with #EAE007

Text Example


Text Example

White with #EAE007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE007; }

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

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

background-color css

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

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

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

border-color css

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

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

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