Html Css Color HEX #EBA712 Gamboge

📋 copy color: '#EBA712'

red 235 ◦ green 167 ◦ blue 18

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

Shades of Gamboge #EBA712

Tints of Gamboge #EBA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

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

R = 55.95%
G = 39.76%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBA712 (or 0xEBA712) is known color: Gamboge. HEX triplet: EB, A7 and 12. RGB value is (235,167,18). Sum of RGB (Red+Green+Blue) = 235+167+18=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA712 is #1458ED. Grayscale: #ABABAB. Windows color (decimal): -1333486 or 1222635. OLE color: 1222635.

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

Color convert

RGB 235 167 18 -
CMYK 0 0.29 0.92 0.08
HSL 41.2º 0.86% 0.5% -
HSV(B) 41.2º 0.92% 0.92% -
XYZ 48.19 45.34 6.78 -
YUV 170.35 42.03 174.12 -
System Red Green Blue C M Y K H S L
Decimal 235 167 18 0 0.29 0.92 0.08 41.2 0.86 0.5
Hex EB A7 12 0 1D 5C 8 29 56 32
Octal 353 247 22 0 35 134 10 51 126 62
Binary 11101011 10100111 10010 0 11101 1011100 1000 101001 1010110 110010

Color Harmonies of #EBA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA712

Black with #EBA712

Text Example


Text Example

White with #EBA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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