Html Css Color HEX #EBE902 Lemon

📋 copy color: '#EBE902'

red 235 ◦ green 233 ◦ blue 2

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

Shades of Lemon #EBE902

Tints of Lemon #EBE902

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.57%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 50%
G = 49.57%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBE902 (or 0xEBE902) is known color: Lemon. HEX triplet: EB, E9 and 02. RGB value is (235,233,2). Sum of RGB (Red+Green+Blue) = 235+233+2=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE902 is #1416FD. Grayscale: #D0D0D0. Windows color (decimal): -1316606 or 190955. OLE color: 190955.

HSL color Cylindrical-coordinate representation of color #EBE902: hue angle of 59.48º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBE902 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 2 -
CMYK 0 0.01 0.99 0.08
HSL 59.48º 0.98% 0.46% -
HSV(B) 59.48º 0.99% 0.92% -
XYZ 63.41 75.94 11.37 -
YUV 207.26 12.16 147.78 -
System Red Green Blue C M Y K H S L
Decimal 235 233 2 0 0.01 0.99 0.08 59.48 0.98 0.46
Hex EB E9 2 0 1 63 8 3B 62 2E
Octal 353 351 2 0 1 143 10 73 142 56
Binary 11101011 11101001 10 0 1 1100011 1000 111011 1100010 101110

Color Harmonies of #EBE902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE902

Black with #EBE902

Text Example


Text Example

White with #EBE902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE902; }

 p { color: rgb(235,233,2); }

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

background-color css

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

 a { background-color: rgb(235,233,2); }

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

border-color css

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

 span { border-color: rgb(235,233,2); }

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