Html Css Color HEX #E5A103 Gamboge

📋 copy color: '#E5A103'

red 229 ◦ green 161 ◦ blue 3

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

Shades of Gamboge #E5A103

Tints of Gamboge #E5A103

RGB

 RED value IS 229 (89.84% from 255) = 58.27%

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 58.27%
G = 40.97%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5A103 (or 0xE5A103) is known color: Gamboge. HEX triplet: E5, A1 and 03. RGB value is (229,161,3). Sum of RGB (Red+Green+Blue) = 229+161+3=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A103 is #1A5EFC. Grayscale: #A4A4A4. Windows color (decimal): -1728253 or 238053. OLE color: 238053.

HSL color Cylindrical-coordinate representation of color #E5A103: hue angle of 41.95º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5A103 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 3 -
CMYK 0 0.30 0.99 0.10
HSL 41.95º 0.97% 0.45% -
HSV(B) 41.95º 0.99% 0.9% -
XYZ 45.07 42.15 5.85 -
YUV 163.32 37.53 174.85 -
System Red Green Blue C M Y K H S L
Decimal 229 161 3 0 0.30 0.99 0.10 41.95 0.97 0.45
Hex E5 A1 3 0 1E 63 A 2A 61 2D
Octal 345 241 3 0 36 143 12 52 141 55
Binary 11100101 10100001 11 0 11110 1100011 1010 101010 1100001 101101

Color Harmonies of #E5A103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A103

Black with #E5A103

Text Example


Text Example

White with #E5A103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A103; }

 p { color: rgb(229,161,3); }

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

background-color css

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

 a { background-color: rgb(229,161,3); }

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

border-color css

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

 span { border-color: rgb(229,161,3); }

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