Html Css Color HEX #EAE10B Lemon

📋 copy color: '#EAE10B'

red 234 ◦ green 225 ◦ blue 11

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

Shades of Lemon #EAE10B

Tints of Lemon #EAE10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.87%

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

R = 49.79%
G = 47.87%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAE10B (or 0xEAE10B) is known color: Lemon. HEX triplet: EA, E1 and 0B. RGB value is (234,225,11). Sum of RGB (Red+Green+Blue) = 234+225+11=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE10B is #151EF4. Grayscale: #CCCCCC. Windows color (decimal): -1384181 or 778730. OLE color: 778730.

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

Color convert

RGB 234 225 11 -
CMYK 0 0.04 0.95 0.08
HSL 57.58º 0.91% 0.48% -
HSV(B) 57.58º 0.95% 0.92% -
XYZ 60.92 71.37 10.88 -
YUV 203.3 19.48 149.9 -
System Red Green Blue C M Y K H S L
Decimal 234 225 11 0 0.04 0.95 0.08 57.58 0.91 0.48
Hex EA E1 B 0 4 5F 8 3A 5B 30
Octal 352 341 13 0 4 137 10 72 133 60
Binary 11101010 11100001 1011 0 100 1011111 1000 111010 1011011 110000

Color Harmonies of #EAE10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE10B

Black with #EAE10B

Text Example


Text Example

White with #EAE10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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