Html Css Color HEX #E78C0F Gamboge

📋 copy color: '#E78C0F'

red 231 ◦ green 140 ◦ blue 15

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

Shades of Gamboge #E78C0F

Tints of Gamboge #E78C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 59.84%
G = 36.27%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E78C0F (or 0xE78C0F) is known color: Gamboge. HEX triplet: E7, 8C and 0F. RGB value is (231,140,15). Sum of RGB (Red+Green+Blue) = 231+140+15=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78C0F is #1873F0. Grayscale: #999999. Windows color (decimal): -1602545 or 1019111. OLE color: 1019111.

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

Color convert

RGB 231 140 15 -
CMYK 0 0.39 0.94 0.09
HSL 34.72º 0.88% 0.48% -
HSV(B) 34.72º 0.94% 0.91% -
XYZ 42.42 35.78 5.12 -
YUV 152.96 50.15 183.66 -
System Red Green Blue C M Y K H S L
Decimal 231 140 15 0 0.39 0.94 0.09 34.72 0.88 0.48
Hex E7 8C F 0 27 5E 9 23 58 30
Octal 347 214 17 0 47 136 11 43 130 60
Binary 11100111 10001100 1111 0 100111 1011110 1001 100011 1011000 110000

Color Harmonies of #E78C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78C0F

Black with #E78C0F

Text Example


Text Example

White with #E78C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78C0F; }

 p { color: rgb(231,140,15); }

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

background-color css

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

 a { background-color: rgb(231,140,15); }

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

border-color css

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

 span { border-color: rgb(231,140,15); }

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