Html Css Color HEX #EBED04 Lemon

📋 copy color: '#EBED04'

red 235 ◦ green 237 ◦ blue 4

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

Shades of Lemon #EBED04

Tints of Lemon #EBED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

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

R = 49.37%
G = 49.79%
B = 0.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EBED04 (or 0xEBED04) is known color: Lemon. HEX triplet: EB, ED and 04. RGB value is (235,237,4). Sum of RGB (Red+Green+Blue) = 235+237+4=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 4 (1.95% from 255 or 0.84% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED04 is #1412FB. Grayscale: #D2D2D2. Windows color (decimal): -1315580 or 323051. OLE color: 323051.

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

Color convert

RGB 235 237 4 -
CMYK 0.01 0 0.98 0.07
HSL 60.52º 0.97% 0.47% -
HSV(B) 60.52º 0.98% 0.93% -
XYZ 64.57 78.24 11.81 -
YUV 209.84 11.84 145.95 -
System Red Green Blue C M Y K H S L
Decimal 235 237 4 0.01 0 0.98 0.07 60.52 0.97 0.47
Hex EB ED 4 1 0 62 7 3D 61 2F
Octal 353 355 4 1 0 142 7 75 141 57
Binary 11101011 11101101 100 1 0 1100010 111 111101 1100001 101111

Color Harmonies of #EBED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED04

Black with #EBED04

Text Example


Text Example

White with #EBED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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