Html Css Color HEX #E39400 Gamboge

📋 copy color: '#E39400'

red 227 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #E39400

Tints of Gamboge #E39400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.53%
G = 39.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E39400 (or 0xE39400) is known color: Gamboge. HEX triplet: E3, 94 and 00. RGB value is (227,148,0). Sum of RGB (Red+Green+Blue) = 227+148+0=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E39400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39400 is #1C6BFF. Grayscale: #9B9B9B. Windows color (decimal): -1862656 or 38115. OLE color: 38115.

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

Color convert

RGB 227 148 0 -
CMYK 0 0.35 1 0.11
HSL 39.12º 1% 0.45% -
HSV(B) 39.12º 1% 0.89% -
XYZ 42.27 37.51 5.01 -
YUV 154.75 40.67 179.53 -
System Red Green Blue C M Y K H S L
Decimal 227 148 0 0 0.35 1 0.11 39.12 1 0.45
Hex E3 94 0 0 23 64 B 27 64 2D
Octal 343 224 0 0 43 144 13 47 144 55
Binary 11100011 10010100 0 0 100011 1100100 1011 100111 1100100 101101

Color Harmonies of #E39400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39400

Black with #E39400

Text Example


Text Example

White with #E39400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39400; }

 p { color: rgb(227,148,0); }

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

background-color css

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

 a { background-color: rgb(227,148,0); }

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

border-color css

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

 span { border-color: rgb(227,148,0); }

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