Html Css Color HEX #EAE703 Lemon

📋 copy color: '#EAE703'

red 234 ◦ green 231 ◦ blue 3

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

Shades of Lemon #EAE703

Tints of Lemon #EAE703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 50%
G = 49.36%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAE703 (or 0xEAE703) is known color: Lemon. HEX triplet: EA, E7 and 03. RGB value is (234,231,3). Sum of RGB (Red+Green+Blue) = 234+231+3=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 3 (1.56% from 255 or 0.64% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE703 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE703 is #1518FC. Grayscale: #CECECE. Windows color (decimal): -1382653 or 255978. OLE color: 255978.

HSL color Cylindrical-coordinate representation of color #EAE703: hue angle of 59.22º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAE703 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 231 3 -
CMYK 0 0.01 0.99 0.08
HSL 59.22º 0.97% 0.46% -
HSV(B) 59.22º 0.99% 0.92% -
XYZ 62.52 74.65 11.2 -
YUV 205.91 13.49 148.04 -
System Red Green Blue C M Y K H S L
Decimal 234 231 3 0 0.01 0.99 0.08 59.22 0.97 0.46
Hex EA E7 3 0 1 63 8 3B 61 2E
Octal 352 347 3 0 1 143 10 73 141 56
Binary 11101010 11100111 11 0 1 1100011 1000 111011 1100001 101110

Color Harmonies of #EAE703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE703

Black with #EAE703

Text Example


Text Example

White with #EAE703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE703; }

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

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

background-color css

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

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

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

border-color css

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

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

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