Html Css Color HEX #EBA912 Gamboge

📋 copy color: '#EBA912'

red 235 ◦ green 169 ◦ blue 18

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

Shades of Gamboge #EBA912

Tints of Gamboge #EBA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

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

R = 55.69%
G = 40.05%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBA912 (or 0xEBA912) is known color: Gamboge. HEX triplet: EB, A9 and 12. RGB value is (235,169,18). Sum of RGB (Red+Green+Blue) = 235+169+18=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA912 is #1456ED. Grayscale: #ACACAC. Windows color (decimal): -1332974 or 1223147. OLE color: 1223147.

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

Color convert

RGB 235 169 18 -
CMYK 0 0.28 0.92 0.08
HSL 41.75º 0.86% 0.5% -
HSV(B) 41.75º 0.92% 0.92% -
XYZ 48.56 46.08 6.91 -
YUV 171.52 41.37 173.28 -
System Red Green Blue C M Y K H S L
Decimal 235 169 18 0 0.28 0.92 0.08 41.75 0.86 0.5
Hex EB A9 12 0 1C 5C 8 2A 56 32
Octal 353 251 22 0 34 134 10 52 126 62
Binary 11101011 10101001 10010 0 11100 1011100 1000 101010 1010110 110010

Color Harmonies of #EBA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA912

Black with #EBA912

Text Example


Text Example

White with #EBA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA912; }

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

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

background-color css

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

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

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

border-color css

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

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

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