Html Css Color HEX #EBE10D Lemon

📋 copy color: '#EBE10D'

red 235 ◦ green 225 ◦ blue 13

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

Shades of Lemon #EBE10D

Tints of Lemon #EBE10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

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

R = 49.68%
G = 47.57%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBE10D (or 0xEBE10D) is known color: Lemon. HEX triplet: EB, E1 and 0D. RGB value is (235,225,13). Sum of RGB (Red+Green+Blue) = 235+225+13=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE10D is #141EF2. Grayscale: #CCCCCC. Windows color (decimal): -1318643 or 909803. OLE color: 909803.

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

Color convert

RGB 235 225 13 -
CMYK 0 0.04 0.94 0.08
HSL 57.3º 0.9% 0.49% -
HSV(B) 57.3º 0.94% 0.92% -
XYZ 61.26 71.54 10.96 -
YUV 203.82 20.31 150.24 -
System Red Green Blue C M Y K H S L
Decimal 235 225 13 0 0.04 0.94 0.08 57.3 0.9 0.49
Hex EB E1 D 0 4 5E 8 39 5A 31
Octal 353 341 15 0 4 136 10 71 132 61
Binary 11101011 11100001 1101 0 100 1011110 1000 111001 1011010 110001

Color Harmonies of #EBE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE10D

Black with #EBE10D

Text Example


Text Example

White with #EBE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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