Html Css Color HEX #EBE50D Lemon

📋 copy color: '#EBE50D'

red 235 ◦ green 229 ◦ blue 13

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

Shades of Lemon #EBE50D

Tints of Lemon #EBE50D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.01%

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

R = 49.27%
G = 48.01%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBE50D (or 0xEBE50D) is known color: Lemon. HEX triplet: EB, E5 and 0D. RGB value is (235,229,13). Sum of RGB (Red+Green+Blue) = 235+229+13=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 13 (5.47% from 255 or 2.73% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE50D is #141AF2. Grayscale: #CFCFCF. Windows color (decimal): -1317619 or 910827. OLE color: 910827.

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

Color convert

RGB 235 229 13 -
CMYK 0 0.03 0.94 0.08
HSL 58.38º 0.9% 0.49% -
HSV(B) 58.38º 0.94% 0.92% -
XYZ 62.35 73.73 11.33 -
YUV 206.17 18.99 148.56 -
System Red Green Blue C M Y K H S L
Decimal 235 229 13 0 0.03 0.94 0.08 58.38 0.9 0.49
Hex EB E5 D 0 3 5E 8 3A 5A 31
Octal 353 345 15 0 3 136 10 72 132 61
Binary 11101011 11100101 1101 0 11 1011110 1000 111010 1011010 110001

Color Harmonies of #EBE50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE50D

Black with #EBE50D

Text Example


Text Example

White with #EBE50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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