Html Css Color HEX #E78D0C Gamboge

📋 copy color: '#E78D0C'

red 231 ◦ green 141 ◦ blue 12

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

Shades of Gamboge #E78D0C

Tints of Gamboge #E78D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

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

R = 60.16%
G = 36.72%
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

#E78D0C (or 0xE78D0C) is known color: Gamboge. HEX triplet: E7, 8D and 0C. RGB value is (231,141,12). Sum of RGB (Red+Green+Blue) = 231+141+12=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78D0C is #1872F3. Grayscale: #999999. Windows color (decimal): -1602292 or 822759. OLE color: 822759.

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

Color convert

RGB 231 141 12 -
CMYK 0 0.39 0.95 0.09
HSL 35.34º 0.9% 0.48% -
HSV(B) 35.34º 0.95% 0.91% -
XYZ 42.55 36.07 5.07 -
YUV 153.2 48.32 183.49 -
System Red Green Blue C M Y K H S L
Decimal 231 141 12 0 0.39 0.95 0.09 35.34 0.9 0.48
Hex E7 8D C 0 27 5F 9 23 5A 30
Octal 347 215 14 0 47 137 11 43 132 60
Binary 11100111 10001101 1100 0 100111 1011111 1001 100011 1011010 110000

Color Harmonies of #E78D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78D0C

Black with #E78D0C

Text Example


Text Example

White with #E78D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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