Html Css Color HEX #EAEA0B Lemon

📋 copy color: '#EAEA0B'

red 234 ◦ green 234 ◦ blue 11

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

Shades of Lemon #EAEA0B

Tints of Lemon #EAEA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.3%

R = 48.85%
G = 48.85%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAEA0B (or 0xEAEA0B) is known color: Lemon. HEX triplet: EA, EA and 0B. RGB value is (234,234,11). Sum of RGB (Red+Green+Blue) = 234+234+11=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA0B is #1515F4. Grayscale: #D1D1D1. Windows color (decimal): -1381877 or 781034. OLE color: 781034.

HSL color Cylindrical-coordinate representation of color #EAEA0B: hue angle of 60º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAEA0B is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 234 11 -
CMYK 0 0 0.95 0.08
HSL 60º 0.91% 0.48% -
HSV(B) 60º 0.95% 0.92% -
XYZ 63.41 76.36 11.71 -
YUV 208.58 16.5 146.13 -
System Red Green Blue C M Y K H S L
Decimal 234 234 11 0 0 0.95 0.08 60 0.91 0.48
Hex EA EA B 0 0 5F 8 3C 5B 30
Octal 352 352 13 0 0 137 10 74 133 60
Binary 11101010 11101010 1011 0 0 1011111 1000 111100 1011011 110000

Color Harmonies of #EAEA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA0B

Black with #EAEA0B

Text Example


Text Example

White with #EAEA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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