Html Css Color HEX #EAE40B Lemon

📋 copy color: '#EAE40B'

red 234 ◦ green 228 ◦ blue 11

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

Shades of Lemon #EAE40B

Tints of Lemon #EAE40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.2%

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

R = 49.47%
G = 48.2%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAE40B (or 0xEAE40B) is known color: Lemon. HEX triplet: EA, E4 and 0B. RGB value is (234,228,11). Sum of RGB (Red+Green+Blue) = 234+228+11=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE40B is #151BF4. Grayscale: #CDCDCD. Windows color (decimal): -1383413 or 779498. OLE color: 779498.

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

Color convert

RGB 234 228 11 -
CMYK 0 0.03 0.95 0.08
HSL 58.39º 0.91% 0.48% -
HSV(B) 58.39º 0.95% 0.92% -
XYZ 61.74 73 11.15 -
YUV 205.06 18.49 148.64 -
System Red Green Blue C M Y K H S L
Decimal 234 228 11 0 0.03 0.95 0.08 58.39 0.91 0.48
Hex EA E4 B 0 3 5F 8 3A 5B 30
Octal 352 344 13 0 3 137 10 72 133 60
Binary 11101010 11100100 1011 0 11 1011111 1000 111010 1011011 110000

Color Harmonies of #EAE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE40B

Black with #EAE40B

Text Example


Text Example

White with #EAE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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