Html Css Color HEX #E3A512 Gamboge

📋 copy color: '#E3A512'

red 227 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #E3A512

Tints of Gamboge #E3A512

RGB

 RED value IS 227 (89.06% from 255) = 55.37%

 GREEN value IS 165 (64.84% from 255) = 40.24%

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

R = 55.37%
G = 40.24%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E3A512 (or 0xE3A512) is known color: Gamboge. HEX triplet: E3, A5 and 12. RGB value is (227,165,18). Sum of RGB (Red+Green+Blue) = 227+165+18=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A512 is #1C5AED. Grayscale: #A7A7A7. Windows color (decimal): -1858286 or 1222115. OLE color: 1222115.

HSL color Cylindrical-coordinate representation of color #E3A512: hue angle of 42.2º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3A512 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 165 18 -
CMYK 0 0.27 0.92 0.11
HSL 42.2º 0.85% 0.48% -
HSV(B) 42.2º 0.92% 0.89% -
XYZ 45.24 43.28 6.54 -
YUV 166.78 44.04 170.95 -
System Red Green Blue C M Y K H S L
Decimal 227 165 18 0 0.27 0.92 0.11 42.2 0.85 0.48
Hex E3 A5 12 0 1B 5C B 2A 55 30
Octal 343 245 22 0 33 134 13 52 125 60
Binary 11100011 10100101 10010 0 11011 1011100 1011 101010 1010101 110000

Color Harmonies of #E3A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A512

Black with #E3A512

Text Example


Text Example

White with #E3A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A512; }

 p { color: rgb(227,165,18); }

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

background-color css

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

 a { background-color: rgb(227,165,18); }

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

border-color css

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

 span { border-color: rgb(227,165,18); }

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