Html Css Color HEX #E3A60E Gamboge

📋 copy color: '#E3A60E'

red 227 ◦ green 166 ◦ blue 14

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

Shades of Gamboge #E3A60E

Tints of Gamboge #E3A60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 55.77%
G = 40.79%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3A60E (or 0xE3A60E) is known color: Gamboge. HEX triplet: E3, A6 and 0E. RGB value is (227,166,14). Sum of RGB (Red+Green+Blue) = 227+166+14=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A60E is #1C59F1. Grayscale: #A7A7A7. Windows color (decimal): -1858034 or 960227. OLE color: 960227.

HSL color Cylindrical-coordinate representation of color #E3A60E: hue angle of 42.82º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3A60E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 166 14 -
CMYK 0 0.27 0.94 0.11
HSL 42.82º 0.88% 0.47% -
HSV(B) 42.82º 0.94% 0.89% -
XYZ 45.39 43.64 6.45 -
YUV 166.91 41.71 170.86 -
System Red Green Blue C M Y K H S L
Decimal 227 166 14 0 0.27 0.94 0.11 42.82 0.88 0.47
Hex E3 A6 E 0 1B 5E B 2B 58 2F
Octal 343 246 16 0 33 136 13 53 130 57
Binary 11100011 10100110 1110 0 11011 1011110 1011 101011 1011000 101111

Color Harmonies of #E3A60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A60E

Black with #E3A60E

Text Example


Text Example

White with #E3A60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A60E; }

 p { color: rgb(227,166,14); }

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

background-color css

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

 a { background-color: rgb(227,166,14); }

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

border-color css

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

 span { border-color: rgb(227,166,14); }

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