Html Css Color HEX #E78C0C Gamboge

📋 copy color: '#E78C0C'

red 231 ◦ green 140 ◦ blue 12

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

Shades of Gamboge #E78C0C

Tints of Gamboge #E78C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 60.31%
G = 36.55%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E78C0C (or 0xE78C0C) is known color: Gamboge. HEX triplet: E7, 8C and 0C. RGB value is (231,140,12). Sum of RGB (Red+Green+Blue) = 231+140+12=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78C0C is #1873F3. Grayscale: #999999. Windows color (decimal): -1602548 or 822503. OLE color: 822503.

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

Color convert

RGB 231 140 12 -
CMYK 0 0.39 0.95 0.09
HSL 35.07º 0.9% 0.48% -
HSV(B) 35.07º 0.95% 0.91% -
XYZ 42.4 35.77 5.02 -
YUV 152.62 48.65 183.91 -
System Red Green Blue C M Y K H S L
Decimal 231 140 12 0 0.39 0.95 0.09 35.07 0.9 0.48
Hex E7 8C C 0 27 5F 9 23 5A 30
Octal 347 214 14 0 47 137 11 43 132 60
Binary 11100111 10001100 1100 0 100111 1011111 1001 100011 1011010 110000

Color Harmonies of #E78C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78C0C

Black with #E78C0C

Text Example


Text Example

White with #E78C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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