Html Css Color HEX #EAE20B Lemon

📋 copy color: '#EAE20B'

red 234 ◦ green 226 ◦ blue 11

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

Shades of Lemon #EAE20B

Tints of Lemon #EAE20B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

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

R = 49.68%
G = 47.98%
B = 2.34%

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

#EAE20B (or 0xEAE20B) is known color: Lemon. HEX triplet: EA, E2 and 0B. RGB value is (234,226,11). Sum of RGB (Red+Green+Blue) = 234+226+11=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE20B is #151DF4. Grayscale: #CCCCCC. Windows color (decimal): -1383925 or 778986. OLE color: 778986.

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

Color convert

RGB 234 226 11 -
CMYK 0 0.03 0.95 0.08
HSL 57.85º 0.91% 0.48% -
HSV(B) 57.85º 0.95% 0.92% -
XYZ 61.19 71.91 10.97 -
YUV 203.88 19.15 149.48 -
System Red Green Blue C M Y K H S L
Decimal 234 226 11 0 0.03 0.95 0.08 57.85 0.91 0.48
Hex EA E2 B 0 3 5F 8 3A 5B 30
Octal 352 342 13 0 3 137 10 72 133 60
Binary 11101010 11100010 1011 0 11 1011111 1000 111010 1011011 110000

Color Harmonies of #EAE20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE20B

Black with #EAE20B

Text Example


Text Example

White with #EAE20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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