Html Css Color HEX #E39314 Gamboge

📋 copy color: '#E39314'

red 227 ◦ green 147 ◦ blue 20

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

Shades of Gamboge #E39314

Tints of Gamboge #E39314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 57.61%
G = 37.31%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E39314 (or 0xE39314) is known color: Gamboge. HEX triplet: E3, 93 and 14. RGB value is (227,147,20). Sum of RGB (Red+Green+Blue) = 227+147+20=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E39314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39314 is #1C6CEB. Grayscale: #9D9D9D. Windows color (decimal): -1862892 or 1348579. OLE color: 1348579.

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

Color convert

RGB 227 147 20 -
CMYK 0 0.35 0.91 0.11
HSL 36.81º 0.84% 0.48% -
HSV(B) 36.81º 0.91% 0.89% -
XYZ 42.24 37.25 5.63 -
YUV 156.44 51 178.33 -
System Red Green Blue C M Y K H S L
Decimal 227 147 20 0 0.35 0.91 0.11 36.81 0.84 0.48
Hex E3 93 14 0 23 5B B 25 54 30
Octal 343 223 24 0 43 133 13 45 124 60
Binary 11100011 10010011 10100 0 100011 1011011 1011 100101 1010100 110000

Color Harmonies of #E39314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39314

Black with #E39314

Text Example


Text Example

White with #E39314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39314; }

 p { color: rgb(227,147,20); }

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

background-color css

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

 a { background-color: rgb(227,147,20); }

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

border-color css

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

 span { border-color: rgb(227,147,20); }

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