Html Css Color HEX #EBE31A Lemon

📋 copy color: '#EBE31A'

red 235 ◦ green 227 ◦ blue 26

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

Shades of Lemon #EBE31A

Tints of Lemon #EBE31A

RGB

 RED value IS 235 (92.19% from 255) = 48.16%

 GREEN value IS 227 (89.06% from 255) = 46.52%

 BLUE value IS 26 (10.55% from 255) = 5.33%

R = 48.16%
G = 46.52%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBE31A (or 0xEBE31A) is known color: Lemon. HEX triplet: EB, E3 and 1A. RGB value is (235,227,26). Sum of RGB (Red+Green+Blue) = 235+227+26=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE31A is #141CE5. Grayscale: #CFCFCF. Windows color (decimal): -1318118 or 1762283. OLE color: 1762283.

HSL color Cylindrical-coordinate representation of color #EBE31A: hue angle of 57.7º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBE31A is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 227 26 -
CMYK 0 0.03 0.89 0.08
HSL 57.7º 0.84% 0.51% -
HSV(B) 57.7º 0.89% 0.92% -
XYZ 61.92 72.67 11.74 -
YUV 206.48 26.15 148.34 -
System Red Green Blue C M Y K H S L
Decimal 235 227 26 0 0.03 0.89 0.08 57.7 0.84 0.51
Hex EB E3 1A 0 3 59 8 3A 54 33
Octal 353 343 32 0 3 131 10 72 124 63
Binary 11101011 11100011 11010 0 11 1011001 1000 111010 1010100 110011

Color Harmonies of #EBE31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE31A

Black with #EBE31A

Text Example


Text Example

White with #EBE31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE31A; }

 p { color: rgb(235,227,26); }

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

background-color css

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

 a { background-color: rgb(235,227,26); }

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

border-color css

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

 span { border-color: rgb(235,227,26); }

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