Html Css Color HEX #E78B0E Gamboge

📋 copy color: '#E78B0E'

red 231 ◦ green 139 ◦ blue 14

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

Shades of Gamboge #E78B0E

Tints of Gamboge #E78B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.2%

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

R = 60.16%
G = 36.2%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E78B0E (or 0xE78B0E) is known color: Gamboge. HEX triplet: E7, 8B and 0E. RGB value is (231,139,14). Sum of RGB (Red+Green+Blue) = 231+139+14=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78B0E is #1874F1. Grayscale: #989898. Windows color (decimal): -1602802 or 953319. OLE color: 953319.

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

Color convert

RGB 231 139 14 -
CMYK 0 0.40 0.94 0.09
HSL 34.56º 0.89% 0.48% -
HSV(B) 34.56º 0.94% 0.91% -
XYZ 42.27 35.49 5.04 -
YUV 152.26 49.98 184.16 -
System Red Green Blue C M Y K H S L
Decimal 231 139 14 0 0.40 0.94 0.09 34.56 0.89 0.48
Hex E7 8B E 0 28 5E 9 23 59 30
Octal 347 213 16 0 50 136 11 43 131 60
Binary 11100111 10001011 1110 0 101000 1011110 1001 100011 1011001 110000

Color Harmonies of #E78B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78B0E

Black with #E78B0E

Text Example


Text Example

White with #E78B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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