Html Css Color HEX #EBE804 Lemon

📋 copy color: '#EBE804'

red 235 ◦ green 232 ◦ blue 4

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

Shades of Lemon #EBE804

Tints of Lemon #EBE804

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.26%

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

R = 49.89%
G = 49.26%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBE804 (or 0xEBE804) is known color: Lemon. HEX triplet: EB, E8 and 04. RGB value is (235,232,4). Sum of RGB (Red+Green+Blue) = 235+232+4=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 4 (1.95% from 255 or 0.85% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE804 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE804 is #1417FB. Grayscale: #CFCFCF. Windows color (decimal): -1316860 or 321771. OLE color: 321771.

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

Color convert

RGB 235 232 4 -
CMYK 0 0.01 0.98 0.08
HSL 59.22º 0.97% 0.47% -
HSV(B) 59.22º 0.98% 0.92% -
XYZ 63.14 75.38 11.34 -
YUV 206.91 13.49 148.04 -
System Red Green Blue C M Y K H S L
Decimal 235 232 4 0 0.01 0.98 0.08 59.22 0.97 0.47
Hex EB E8 4 0 1 62 8 3B 61 2F
Octal 353 350 4 0 1 142 10 73 141 57
Binary 11101011 11101000 100 0 1 1100010 1000 111011 1100001 101111

Color Harmonies of #EBE804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE804

Black with #EBE804

Text Example


Text Example

White with #EBE804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE804; }

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

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

background-color css

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

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

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

border-color css

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

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

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