Html Css Color HEX #E6A002 Gamboge

📋 copy color: '#E6A002'

red 230 ◦ green 160 ◦ blue 2

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

Shades of Gamboge #E6A002

Tints of Gamboge #E6A002

RGB

 RED value IS 230 (90.23% from 255) = 58.67%

 GREEN value IS 160 (62.89% from 255) = 40.82%

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

R = 58.67%
G = 40.82%
B = 0.51%

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

#E6A002 (or 0xE6A002) is known color: Gamboge. HEX triplet: E6, A0 and 02. RGB value is (230,160,2). Sum of RGB (Red+Green+Blue) = 230+160+2=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A002 is #195FFD. Grayscale: #A3A3A3. Windows color (decimal): -1662974 or 172262. OLE color: 172262.

HSL color Cylindrical-coordinate representation of color #E6A002: hue angle of 41.58º degrees, saturation: 0.98, 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 #E6A002 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 2 -
CMYK 0 0.30 0.99 0.10
HSL 41.58º 0.98% 0.45% -
HSV(B) 41.58º 0.99% 0.9% -
XYZ 45.21 41.97 5.78 -
YUV 162.92 37.19 175.85 -
System Red Green Blue C M Y K H S L
Decimal 230 160 2 0 0.30 0.99 0.10 41.58 0.98 0.45
Hex E6 A0 2 0 1E 63 A 2A 62 2D
Octal 346 240 2 0 36 143 12 52 142 55
Binary 11100110 10100000 10 0 11110 1100011 1010 101010 1100010 101101

Color Harmonies of #E6A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A002

Black with #E6A002

Text Example


Text Example

White with #E6A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A002; }

 p { color: rgb(230,160,2); }

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

background-color css

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

 a { background-color: rgb(230,160,2); }

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

border-color css

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

 span { border-color: rgb(230,160,2); }

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