Html Css Color HEX #EBE20D Lemon

📋 copy color: '#EBE20D'

red 235 ◦ green 226 ◦ blue 13

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

Shades of Lemon #EBE20D

Tints of Lemon #EBE20D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.68%

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

R = 49.58%
G = 47.68%
B = 2.74%

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

#EBE20D (or 0xEBE20D) is known color: Lemon. HEX triplet: EB, E2 and 0D. RGB value is (235,226,13). Sum of RGB (Red+Green+Blue) = 235+226+13=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE20D is #141DF2. Grayscale: #CDCDCD. Windows color (decimal): -1318387 or 910059. OLE color: 910059.

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

Color convert

RGB 235 226 13 -
CMYK 0 0.04 0.94 0.08
HSL 57.57º 0.9% 0.49% -
HSV(B) 57.57º 0.94% 0.92% -
XYZ 61.53 72.08 11.05 -
YUV 204.41 19.98 149.82 -
System Red Green Blue C M Y K H S L
Decimal 235 226 13 0 0.04 0.94 0.08 57.57 0.9 0.49
Hex EB E2 D 0 4 5E 8 3A 5A 31
Octal 353 342 15 0 4 136 10 72 132 61
Binary 11101011 11100010 1101 0 100 1011110 1000 111010 1011010 110001

Color Harmonies of #EBE20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE20D

Black with #EBE20D

Text Example


Text Example

White with #EBE20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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