Html Css Color HEX #EAEA06 Lemon

📋 copy color: '#EAEA06'

red 234 ◦ green 234 ◦ blue 6

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

Shades of Lemon #EAEA06

Tints of Lemon #EAEA06

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.37%

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

R = 49.37%
G = 49.37%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAEA06 (or 0xEAEA06) is known color: Lemon. HEX triplet: EA, EA and 06. RGB value is (234,234,6). Sum of RGB (Red+Green+Blue) = 234+234+6=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA06 is #1515F9. Grayscale: #D0D0D0. Windows color (decimal): -1381882 or 453354. OLE color: 453354.

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

Color convert

RGB 234 234 6 -
CMYK 0 0 0.97 0.08
HSL 60º 0.95% 0.47% -
HSV(B) 60º 0.97% 0.92% -
XYZ 63.39 76.35 11.57 -
YUV 208.01 14 146.54 -
System Red Green Blue C M Y K H S L
Decimal 234 234 6 0 0 0.97 0.08 60 0.95 0.47
Hex EA EA 6 0 0 61 8 3C 5F 2F
Octal 352 352 6 0 0 141 10 74 137 57
Binary 11101010 11101010 110 0 0 1100001 1000 111100 1011111 101111

Color Harmonies of #EAEA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA06

Black with #EAEA06

Text Example


Text Example

White with #EAEA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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