Html Css Color HEX #EBE504 Lemon

📋 copy color: '#EBE504'

red 235 ◦ green 229 ◦ blue 4

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

Shades of Lemon #EBE504

Tints of Lemon #EBE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.93%

 BLUE value IS 4 (1.95% from 255) = 0.85%

R = 50.21%
G = 48.93%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBE504 (or 0xEBE504) is known color: Lemon. HEX triplet: EB, E5 and 04. RGB value is (235,229,4). Sum of RGB (Red+Green+Blue) = 235+229+4=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE504 is #141AFB. Grayscale: #CECECE. Windows color (decimal): -1317628 or 321003. OLE color: 321003.

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

Color convert

RGB 235 229 4 -
CMYK 0 0.03 0.98 0.08
HSL 58.44º 0.97% 0.47% -
HSV(B) 58.44º 0.98% 0.92% -
XYZ 62.3 73.71 11.06 -
YUV 205.14 14.49 149.3 -
System Red Green Blue C M Y K H S L
Decimal 235 229 4 0 0.03 0.98 0.08 58.44 0.97 0.47
Hex EB E5 4 0 3 62 8 3A 61 2F
Octal 353 345 4 0 3 142 10 72 141 57
Binary 11101011 11100101 100 0 11 1100010 1000 111010 1100001 101111

Color Harmonies of #EBE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE504

Black with #EBE504

Text Example


Text Example

White with #EBE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE504; }

 p { color: rgb(235,229,4); }

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

background-color css

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

 a { background-color: rgb(235,229,4); }

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

border-color css

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

 span { border-color: rgb(235,229,4); }

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