Html Css Color HEX #EBDA10 Lemon

📋 copy color: '#EBDA10'

red 235 ◦ green 218 ◦ blue 16

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

Shades of Lemon #EBDA10

Tints of Lemon #EBDA10

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

 BLUE value IS 16 (6.64% from 255) = 3.41%

R = 50.11%
G = 46.48%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBDA10 (or 0xEBDA10) is known color: Lemon. HEX triplet: EB, DA and 10. RGB value is (235,218,16). Sum of RGB (Red+Green+Blue) = 235+218+16=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA10 is #1425EF. Grayscale: #C8C8C8. Windows color (decimal): -1320432 or 1104619. OLE color: 1104619.

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

Color convert

RGB 235 218 16 -
CMYK 0 0.07 0.93 0.08
HSL 55.34º 0.87% 0.49% -
HSV(B) 55.34º 0.93% 0.92% -
XYZ 59.43 67.84 10.45 -
YUV 200.06 24.13 152.93 -
System Red Green Blue C M Y K H S L
Decimal 235 218 16 0 0.07 0.93 0.08 55.34 0.87 0.49
Hex EB DA 10 0 7 5D 8 37 57 31
Octal 353 332 20 0 7 135 10 67 127 61
Binary 11101011 11011010 10000 0 111 1011101 1000 110111 1010111 110001

Color Harmonies of #EBDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA10

Black with #EBDA10

Text Example


Text Example

White with #EBDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA10; }

 p { color: rgb(235,218,16); }

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

background-color css

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

 a { background-color: rgb(235,218,16); }

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

border-color css

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

 span { border-color: rgb(235,218,16); }

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