Html Css Color HEX #E79A00 Gamboge

📋 copy color: '#E79A00'

red 231 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #E79A00

Tints of Gamboge #E79A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E79A00 (or 0xE79A00) is known color: Gamboge. HEX triplet: E7, 9A and 00. RGB value is (231,154,0). Sum of RGB (Red+Green+Blue) = 231+154+0=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79A00 is #1865FF. Grayscale: #A0A0A0. Windows color (decimal): -1598976 or 39655. OLE color: 39655.

HSL color Cylindrical-coordinate representation of color #E79A00: hue angle of 40º 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 #E79A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 154 0 -
CMYK 0 0.33 1 0.09
HSL 40º 1% 0.45% -
HSV(B) 40º 1% 0.91% -
XYZ 44.51 40.1 5.39 -
YUV 159.47 38.01 179.02 -
System Red Green Blue C M Y K H S L
Decimal 231 154 0 0 0.33 1 0.09 40 1 0.45
Hex E7 9A 0 0 21 64 9 28 64 2D
Octal 347 232 0 0 41 144 11 50 144 55
Binary 11100111 10011010 0 0 100001 1100100 1001 101000 1100100 101101

Color Harmonies of #E79A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79A00

Black with #E79A00

Text Example


Text Example

White with #E79A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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