Html Css Color HEX #E79400 Gamboge

📋 copy color: '#E79400'

red 231 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #E79400

Tints of Gamboge #E79400

RGB

 RED value IS 231 (90.63% from 255) = 60.95%

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

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

R = 60.95%
G = 39.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E79400 (or 0xE79400) is known color: Gamboge. HEX triplet: E7, 94 and 00. RGB value is (231,148,0). Sum of RGB (Red+Green+Blue) = 231+148+0=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E79400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79400 is #186BFF. Grayscale: #9C9C9C. Windows color (decimal): -1600512 or 38119. OLE color: 38119.

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

Color convert

RGB 231 148 0 -
CMYK 0 0.36 1 0.09
HSL 38.44º 1% 0.45% -
HSV(B) 38.44º 1% 0.91% -
XYZ 43.54 38.17 5.07 -
YUV 155.95 40 181.53 -
System Red Green Blue C M Y K H S L
Decimal 231 148 0 0 0.36 1 0.09 38.44 1 0.45
Hex E7 94 0 0 24 64 9 26 64 2D
Octal 347 224 0 0 44 144 11 46 144 55
Binary 11100111 10010100 0 0 100100 1100100 1001 100110 1100100 101101

Color Harmonies of #E79400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79400

Black with #E79400

Text Example


Text Example

White with #E79400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79400; }

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

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

background-color css

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

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

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

border-color css

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

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

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