Html Css Color HEX #E39B16 Gamboge

📋 copy color: '#E39B16'

red 227 ◦ green 155 ◦ blue 22

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

Shades of Gamboge #E39B16

Tints of Gamboge #E39B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 22 (8.98% from 255) = 5.45%

R = 56.19%
G = 38.37%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E39B16 (or 0xE39B16) is known color: Gamboge. HEX triplet: E3, 9B and 16. RGB value is (227,155,22). Sum of RGB (Red+Green+Blue) = 227+155+22=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39B16 is #1C64E9. Grayscale: #A1A1A1. Windows color (decimal): -1860842 or 1481699. OLE color: 1481699.

HSL color Cylindrical-coordinate representation of color #E39B16: hue angle of 38.93º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E39B16 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 155 22 -
CMYK 0 0.32 0.90 0.11
HSL 38.93º 0.82% 0.49% -
HSV(B) 38.93º 0.9% 0.89% -
XYZ 43.54 39.83 6.15 -
YUV 161.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 227 155 22 0 0.32 0.90 0.11 38.93 0.82 0.49
Hex E3 9B 16 0 20 5A B 27 52 31
Octal 343 233 26 0 40 132 13 47 122 61
Binary 11100011 10011011 10110 0 100000 1011010 1011 100111 1010010 110001

Color Harmonies of #E39B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39B16

Black with #E39B16

Text Example


Text Example

White with #E39B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39B16; }

 p { color: rgb(227,155,22); }

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

background-color css

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

 a { background-color: rgb(227,155,22); }

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

border-color css

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

 span { border-color: rgb(227,155,22); }

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