Html Css Color HEX #E0A102 Gamboge

📋 copy color: '#E0A102'

red 224 ◦ green 161 ◦ blue 2

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

Shades of Gamboge #E0A102

Tints of Gamboge #E0A102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 57.88%
G = 41.6%
B = 0.52%

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

#E0A102 (or 0xE0A102) is known color: Gamboge. HEX triplet: E0, A1 and 02. RGB value is (224,161,2). Sum of RGB (Red+Green+Blue) = 224+161+2=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A102 is #1F5EFD. Grayscale: #A2A2A2. Windows color (decimal): -2055934 or 172512. OLE color: 172512.

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

Color convert

RGB 224 161 2 -
CMYK 0 0.28 0.99 0.12
HSL 42.97º 0.98% 0.44% -
HSV(B) 42.97º 0.99% 0.88% -
XYZ 43.5 41.34 5.74 -
YUV 161.71 37.87 172.43 -
System Red Green Blue C M Y K H S L
Decimal 224 161 2 0 0.28 0.99 0.12 42.97 0.98 0.44
Hex E0 A1 2 0 1C 63 C 2B 62 2C
Octal 340 241 2 0 34 143 14 53 142 54
Binary 11100000 10100001 10 0 11100 1100011 1100 101011 1100010 101100

Color Harmonies of #E0A102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A102

Black with #E0A102

Text Example


Text Example

White with #E0A102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A102; }

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

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

background-color css

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

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

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

border-color css

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

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

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