Html Css Color HEX #E39514 Gamboge

📋 copy color: '#E39514'

red 227 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #E39514

Tints of Gamboge #E39514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 57.32%
G = 37.63%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E39514 (or 0xE39514) is known color: Gamboge. HEX triplet: E3, 95 and 14. RGB value is (227,149,20). Sum of RGB (Red+Green+Blue) = 227+149+20=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E39514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39514 is #1C6AEB. Grayscale: #9E9E9E. Windows color (decimal): -1862380 or 1349091. OLE color: 1349091.

HSL color Cylindrical-coordinate representation of color #E39514: hue angle of 37.39º 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 #E39514 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 149 20 -
CMYK 0 0.34 0.91 0.11
HSL 37.39º 0.84% 0.48% -
HSV(B) 37.39º 0.91% 0.89% -
XYZ 42.55 37.88 5.73 -
YUV 157.62 50.34 177.49 -
System Red Green Blue C M Y K H S L
Decimal 227 149 20 0 0.34 0.91 0.11 37.39 0.84 0.48
Hex E3 95 14 0 22 5B B 25 54 30
Octal 343 225 24 0 42 133 13 45 124 60
Binary 11100011 10010101 10100 0 100010 1011011 1011 100101 1010100 110000

Color Harmonies of #E39514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39514

Black with #E39514

Text Example


Text Example

White with #E39514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39514; }

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

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

background-color css

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

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

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

border-color css

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

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

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