Html Css Color HEX #E2A613 Gamboge

📋 copy color: '#E2A613'

red 226 ◦ green 166 ◦ blue 19

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

Shades of Gamboge #E2A613

Tints of Gamboge #E2A613

RGB

 RED value IS 226 (88.67% from 255) = 54.99%

 GREEN value IS 166 (65.23% from 255) = 40.39%

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 54.99%
G = 40.39%
B = 4.62%

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

#E2A613 (or 0xE2A613) is known color: Gamboge. HEX triplet: E2, A6 and 13. RGB value is (226,166,19). Sum of RGB (Red+Green+Blue) = 226+166+19=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A613 is #1D59EC. Grayscale: #A7A7A7. Windows color (decimal): -1923565 or 1287906. OLE color: 1287906.

HSL color Cylindrical-coordinate representation of color #E2A613: hue angle of 42.61º degrees, saturation: 0.84, 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 #E2A613 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 166 19 -
CMYK 0 0.27 0.92 0.11
HSL 42.61º 0.84% 0.48% -
HSV(B) 42.61º 0.92% 0.89% -
XYZ 45.12 43.49 6.63 -
YUV 167.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 226 166 19 0 0.27 0.92 0.11 42.61 0.84 0.48
Hex E2 A6 13 0 1B 5C B 2B 54 30
Octal 342 246 23 0 33 134 13 53 124 60
Binary 11100010 10100110 10011 0 11011 1011100 1011 101011 1010100 110000

Color Harmonies of #E2A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A613

Black with #E2A613

Text Example


Text Example

White with #E2A613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A613; }

 p { color: rgb(226,166,19); }

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

background-color css

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

 a { background-color: rgb(226,166,19); }

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

border-color css

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

 span { border-color: rgb(226,166,19); }

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