Html Css Color HEX #EBED0F Lemon

📋 copy color: '#EBED0F'

red 235 ◦ green 237 ◦ blue 15

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

Shades of Lemon #EBED0F

Tints of Lemon #EBED0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.08%

R = 48.25%
G = 48.67%
B = 3.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EBED0F (or 0xEBED0F) is known color: Lemon. HEX triplet: EB, ED and 0F. RGB value is (235,237,15). Sum of RGB (Red+Green+Blue) = 235+237+15=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 15 (6.25% from 255 or 3.08% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED0F is #1412F0. Grayscale: #D3D3D3. Windows color (decimal): -1315569 or 1043947. OLE color: 1043947.

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

Color convert

RGB 235 237 15 -
CMYK 0.01 0 0.94 0.07
HSL 60.54º 0.88% 0.49% -
HSV(B) 60.54º 0.94% 0.93% -
XYZ 64.63 78.27 12.15 -
YUV 211.09 17.34 145.05 -
System Red Green Blue C M Y K H S L
Decimal 235 237 15 0.01 0 0.94 0.07 60.54 0.88 0.49
Hex EB ED F 1 0 5E 7 3D 58 31
Octal 353 355 17 1 0 136 7 75 130 61
Binary 11101011 11101101 1111 1 0 1011110 111 111101 1011000 110001

Color Harmonies of #EBED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED0F

Black with #EBED0F

Text Example


Text Example

White with #EBED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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