Html Css Color HEX #EBEA04 Lemon

📋 copy color: '#EBEA04'

red 235 ◦ green 234 ◦ blue 4

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

Shades of Lemon #EBEA04

Tints of Lemon #EBEA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

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

R = 49.68%
G = 49.47%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBEA04 (or 0xEBEA04) is known color: Lemon. HEX triplet: EB, EA and 04. RGB value is (235,234,4). Sum of RGB (Red+Green+Blue) = 235+234+4=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEA04 is #1415FB. Grayscale: #D1D1D1. Windows color (decimal): -1316348 or 322283. OLE color: 322283.

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

Color convert

RGB 235 234 4 -
CMYK 0 0.00 0.98 0.08
HSL 59.74º 0.97% 0.47% -
HSV(B) 59.74º 0.98% 0.92% -
XYZ 63.71 76.52 11.53 -
YUV 208.08 12.83 147.2 -
System Red Green Blue C M Y K H S L
Decimal 235 234 4 0 0.00 0.98 0.08 59.74 0.97 0.47
Hex EB EA 4 0 0 62 8 3C 61 2F
Octal 353 352 4 0 0 142 10 74 141 57
Binary 11101011 11101010 100 0 0 1100010 1000 111100 1100001 101111

Color Harmonies of #EBEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA04

Black with #EBEA04

Text Example


Text Example

White with #EBEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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