Html Css Color HEX #E3A40C Gamboge

📋 copy color: '#E3A40C'

red 227 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #E3A40C

Tints of Gamboge #E3A40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

 BLUE value IS 12 (5.08% from 255) = 2.98%

R = 56.33%
G = 40.69%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3A40C (or 0xE3A40C) is known color: Gamboge. HEX triplet: E3, A4 and 0C. RGB value is (227,164,12). Sum of RGB (Red+Green+Blue) = 227+164+12=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A40C is #1C5BF3. Grayscale: #A6A6A6. Windows color (decimal): -1858548 or 828643. OLE color: 828643.

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

Color convert

RGB 227 164 12 -
CMYK 0 0.28 0.95 0.11
HSL 42.42º 0.9% 0.47% -
HSV(B) 42.42º 0.95% 0.89% -
XYZ 45.02 42.91 6.26 -
YUV 165.51 41.37 171.86 -
System Red Green Blue C M Y K H S L
Decimal 227 164 12 0 0.28 0.95 0.11 42.42 0.9 0.47
Hex E3 A4 C 0 1C 5F B 2A 5A 2F
Octal 343 244 14 0 34 137 13 52 132 57
Binary 11100011 10100100 1100 0 11100 1011111 1011 101010 1011010 101111

Color Harmonies of #E3A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A40C

Black with #E3A40C

Text Example


Text Example

White with #E3A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A40C; }

 p { color: rgb(227,164,12); }

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

background-color css

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

 a { background-color: rgb(227,164,12); }

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

border-color css

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

 span { border-color: rgb(227,164,12); }

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