Html Css Color HEX #EBA312 Gamboge

📋 copy color: '#EBA312'

red 235 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #EBA312

Tints of Gamboge #EBA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

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

R = 56.49%
G = 39.18%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBA312 (or 0xEBA312) is known color: Gamboge. HEX triplet: EB, A3 and 12. RGB value is (235,163,18). Sum of RGB (Red+Green+Blue) = 235+163+18=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA312 is #145CED. Grayscale: #A8A8A8. Windows color (decimal): -1334510 or 1221611. OLE color: 1221611.

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

Color convert

RGB 235 163 18 -
CMYK 0 0.31 0.92 0.08
HSL 40.09º 0.86% 0.5% -
HSV(B) 40.09º 0.92% 0.92% -
XYZ 47.47 43.9 6.54 -
YUV 168 43.35 175.79 -
System Red Green Blue C M Y K H S L
Decimal 235 163 18 0 0.31 0.92 0.08 40.09 0.86 0.5
Hex EB A3 12 0 1F 5C 8 28 56 32
Octal 353 243 22 0 37 134 10 50 126 62
Binary 11101011 10100011 10010 0 11111 1011100 1000 101000 1010110 110010

Color Harmonies of #EBA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA312

Black with #EBA312

Text Example


Text Example

White with #EBA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA312; }

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

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

background-color css

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

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

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

border-color css

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

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

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