Html Css Color HEX #EAE306 Lemon

📋 copy color: '#EAE306'

red 234 ◦ green 227 ◦ blue 6

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

Shades of Lemon #EAE306

Tints of Lemon #EAE306

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 50.11%
G = 48.61%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE306 (or 0xEAE306) is known color: Lemon. HEX triplet: EA, E3 and 06. RGB value is (234,227,6). Sum of RGB (Red+Green+Blue) = 234+227+6=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE306 is #151CF9. Grayscale: #CCCCCC. Windows color (decimal): -1383674 or 451562. OLE color: 451562.

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

Color convert

RGB 234 227 6 -
CMYK 0 0.03 0.97 0.08
HSL 58.16º 0.95% 0.47% -
HSV(B) 58.16º 0.97% 0.92% -
XYZ 61.43 72.44 10.92 -
YUV 203.9 16.32 149.47 -
System Red Green Blue C M Y K H S L
Decimal 234 227 6 0 0.03 0.97 0.08 58.16 0.95 0.47
Hex EA E3 6 0 3 61 8 3A 5F 2F
Octal 352 343 6 0 3 141 10 72 137 57
Binary 11101010 11100011 110 0 11 1100001 1000 111010 1011111 101111

Color Harmonies of #EAE306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE306

Black with #EAE306

Text Example


Text Example

White with #EAE306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE306; }

 p { color: rgb(234,227,6); }

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

background-color css

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

 a { background-color: rgb(234,227,6); }

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

border-color css

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

 span { border-color: rgb(234,227,6); }

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