Html Css Color HEX #E79B0E Gamboge

📋 copy color: '#E79B0E'

red 231 ◦ green 155 ◦ blue 14

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

Shades of Gamboge #E79B0E

Tints of Gamboge #E79B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 57.75%
G = 38.75%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E79B0E (or 0xE79B0E) is known color: Gamboge. HEX triplet: E7, 9B and 0E. RGB value is (231,155,14). Sum of RGB (Red+Green+Blue) = 231+155+14=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79B0E is #1864F1. Grayscale: #A2A2A2. Windows color (decimal): -1598706 or 957415. OLE color: 957415.

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

Color convert

RGB 231 155 14 -
CMYK 0 0.33 0.94 0.09
HSL 38.99º 0.89% 0.48% -
HSV(B) 38.99º 0.94% 0.91% -
XYZ 44.76 40.46 5.87 -
YUV 161.65 44.68 177.46 -
System Red Green Blue C M Y K H S L
Decimal 231 155 14 0 0.33 0.94 0.09 38.99 0.89 0.48
Hex E7 9B E 0 21 5E 9 27 59 30
Octal 347 233 16 0 41 136 11 47 131 60
Binary 11100111 10011011 1110 0 100001 1011110 1001 100111 1011001 110000

Color Harmonies of #E79B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79B0E

Black with #E79B0E

Text Example


Text Example

White with #E79B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79B0E; }

 p { color: rgb(231,155,14); }

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

background-color css

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

 a { background-color: rgb(231,155,14); }

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

border-color css

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

 span { border-color: rgb(231,155,14); }

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