Html Css Color HEX #EBE80D Lemon

📋 copy color: '#EBE80D'

red 235 ◦ green 232 ◦ blue 13

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

Shades of Lemon #EBE80D

Tints of Lemon #EBE80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.71%

R = 48.96%
G = 48.33%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBE80D (or 0xEBE80D) is known color: Lemon. HEX triplet: EB, E8 and 0D. RGB value is (235,232,13). Sum of RGB (Red+Green+Blue) = 235+232+13=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE80D is #1417F2. Grayscale: #D0D0D0. Windows color (decimal): -1316851 or 911595. OLE color: 911595.

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

Color convert

RGB 235 232 13 -
CMYK 0 0.01 0.94 0.08
HSL 59.19º 0.9% 0.49% -
HSV(B) 59.19º 0.94% 0.92% -
XYZ 63.19 75.4 11.6 -
YUV 207.93 17.99 147.31 -
System Red Green Blue C M Y K H S L
Decimal 235 232 13 0 0.01 0.94 0.08 59.19 0.9 0.49
Hex EB E8 D 0 1 5E 8 3B 5A 31
Octal 353 350 15 0 1 136 10 73 132 61
Binary 11101011 11101000 1101 0 1 1011110 1000 111011 1011010 110001

Color Harmonies of #EBE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE80D

Black with #EBE80D

Text Example


Text Example

White with #EBE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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