Html Css Color HEX #E38B13 Gamboge

📋 copy color: '#E38B13'

red 227 ◦ green 139 ◦ blue 19

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

Shades of Gamboge #E38B13

Tints of Gamboge #E38B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

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

R = 58.96%
G = 36.1%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E38B13 (or 0xE38B13) is known color: Gamboge. HEX triplet: E3, 8B and 13. RGB value is (227,139,19). Sum of RGB (Red+Green+Blue) = 227+139+19=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38B13 is #1C74EC. Grayscale: #989898. Windows color (decimal): -1864941 or 1280995. OLE color: 1280995.

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

Color convert

RGB 227 139 19 -
CMYK 0 0.39 0.92 0.11
HSL 34.62º 0.85% 0.48% -
HSV(B) 34.62º 0.92% 0.89% -
XYZ 41.03 34.84 5.18 -
YUV 151.63 53.15 181.76 -
System Red Green Blue C M Y K H S L
Decimal 227 139 19 0 0.39 0.92 0.11 34.62 0.85 0.48
Hex E3 8B 13 0 27 5C B 23 55 30
Octal 343 213 23 0 47 134 13 43 125 60
Binary 11100011 10001011 10011 0 100111 1011100 1011 100011 1010101 110000

Color Harmonies of #E38B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38B13

Black with #E38B13

Text Example


Text Example

White with #E38B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38B13; }

 p { color: rgb(227,139,19); }

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

background-color css

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

 a { background-color: rgb(227,139,19); }

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

border-color css

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

 span { border-color: rgb(227,139,19); }

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