Html Css Color HEX #E0A103 Gamboge

📋 copy color: '#E0A103'

red 224 ◦ green 161 ◦ blue 3

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

Shades of Gamboge #E0A103

Tints of Gamboge #E0A103

RGB

 RED value IS 224 (87.89% from 255) = 57.73%

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

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

R = 57.73%
G = 41.49%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0A103 (or 0xE0A103) is known color: Gamboge. HEX triplet: E0, A1 and 03. RGB value is (224,161,3). Sum of RGB (Red+Green+Blue) = 224+161+3=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A103 is #1F5EFC. Grayscale: #A2A2A2. Windows color (decimal): -2055933 or 238048. OLE color: 238048.

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

Color convert

RGB 224 161 3 -
CMYK 0 0.28 0.99 0.12
HSL 42.9º 0.97% 0.45% -
HSV(B) 42.9º 0.99% 0.88% -
XYZ 43.5 41.34 5.77 -
YUV 161.83 38.37 172.35 -
System Red Green Blue C M Y K H S L
Decimal 224 161 3 0 0.28 0.99 0.12 42.9 0.97 0.45
Hex E0 A1 3 0 1C 63 C 2B 61 2D
Octal 340 241 3 0 34 143 14 53 141 55
Binary 11100000 10100001 11 0 11100 1100011 1100 101011 1100001 101101

Color Harmonies of #E0A103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A103

Black with #E0A103

Text Example


Text Example

White with #E0A103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A103; }

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

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

background-color css

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

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

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

border-color css

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

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

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