Html Css Color HEX #EAE906 Lemon

📋 copy color: '#EAE906'

red 234 ◦ green 233 ◦ blue 6

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

Shades of Lemon #EAE906

Tints of Lemon #EAE906

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.26%

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

R = 49.47%
G = 49.26%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE906 (or 0xEAE906) is known color: Lemon. HEX triplet: EA, E9 and 06. RGB value is (234,233,6). Sum of RGB (Red+Green+Blue) = 234+233+6=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 6 (2.73% from 255 or 1.27% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE906 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE906 is #1516F9. Grayscale: #D0D0D0. Windows color (decimal): -1382138 or 453098. OLE color: 453098.

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

Color convert

RGB 234 233 6 -
CMYK 0 0.00 0.97 0.08
HSL 59.74º 0.95% 0.47% -
HSV(B) 59.74º 0.97% 0.92% -
XYZ 63.1 75.78 11.47 -
YUV 207.42 14.33 146.96 -
System Red Green Blue C M Y K H S L
Decimal 234 233 6 0 0.00 0.97 0.08 59.74 0.95 0.47
Hex EA E9 6 0 0 61 8 3C 5F 2F
Octal 352 351 6 0 0 141 10 74 137 57
Binary 11101010 11101001 110 0 0 1100001 1000 111100 1011111 101111

Color Harmonies of #EAE906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE906

Black with #EAE906

Text Example


Text Example

White with #EAE906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE906; }

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

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

background-color css

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

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

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

border-color css

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

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

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