Html Css Color HEX #EBDB12 Lemon

📋 copy color: '#EBDB12'

red 235 ◦ green 219 ◦ blue 18

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

Shades of Lemon #EBDB12

Tints of Lemon #EBDB12

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

 BLUE value IS 18 (7.42% from 255) = 3.81%

R = 49.79%
G = 46.4%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBDB12 (or 0xEBDB12) is known color: Lemon. HEX triplet: EB, DB and 12. RGB value is (235,219,18). Sum of RGB (Red+Green+Blue) = 235+219+18=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB12 is #1424ED. Grayscale: #C9C9C9. Windows color (decimal): -1320174 or 1235947. OLE color: 1235947.

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

Color convert

RGB 235 219 18 -
CMYK 0 0.07 0.92 0.08
HSL 55.58º 0.86% 0.5% -
HSV(B) 55.58º 0.92% 0.92% -
XYZ 59.7 68.37 10.62 -
YUV 200.87 24.8 152.34 -
System Red Green Blue C M Y K H S L
Decimal 235 219 18 0 0.07 0.92 0.08 55.58 0.86 0.5
Hex EB DB 12 0 7 5C 8 38 56 32
Octal 353 333 22 0 7 134 10 70 126 62
Binary 11101011 11011011 10010 0 111 1011100 1000 111000 1010110 110010

Color Harmonies of #EBDB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB12

Black with #EBDB12

Text Example


Text Example

White with #EBDB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB12; }

 p { color: rgb(235,219,18); }

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

background-color css

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

 a { background-color: rgb(235,219,18); }

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

border-color css

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

 span { border-color: rgb(235,219,18); }

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