Html Css Color HEX #E3A015 Gamboge

📋 copy color: '#E3A015'

red 227 ◦ green 160 ◦ blue 21

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

Shades of Gamboge #E3A015

Tints of Gamboge #E3A015

RGB

 RED value IS 227 (89.06% from 255) = 55.64%

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

 BLUE value IS 21 (8.59% from 255) = 5.15%

R = 55.64%
G = 39.22%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E3A015 (or 0xE3A015) is known color: Gamboge. HEX triplet: E3, A0 and 15. RGB value is (227,160,21). Sum of RGB (Red+Green+Blue) = 227+160+21=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A015 is #1C5FEA. Grayscale: #A4A4A4. Windows color (decimal): -1859563 or 1417443. OLE color: 1417443.

HSL color Cylindrical-coordinate representation of color #E3A015: hue angle of 40.49º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3A015 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 160 21 -
CMYK 0 0.30 0.91 0.11
HSL 40.49º 0.83% 0.49% -
HSV(B) 40.49º 0.91% 0.89% -
XYZ 44.38 41.53 6.39 -
YUV 164.19 47.2 172.8 -
System Red Green Blue C M Y K H S L
Decimal 227 160 21 0 0.30 0.91 0.11 40.49 0.83 0.49
Hex E3 A0 15 0 1E 5B B 28 53 31
Octal 343 240 25 0 36 133 13 50 123 61
Binary 11100011 10100000 10101 0 11110 1011011 1011 101000 1010011 110001

Color Harmonies of #E3A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A015

Black with #E3A015

Text Example


Text Example

White with #E3A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A015; }

 p { color: rgb(227,160,21); }

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

background-color css

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

 a { background-color: rgb(227,160,21); }

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

border-color css

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

 span { border-color: rgb(227,160,21); }

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