Html Css Color HEX #E78F0A Gamboge

📋 copy color: '#E78F0A'

red 231 ◦ green 143 ◦ blue 10

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

Shades of Gamboge #E78F0A

Tints of Gamboge #E78F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 60.16%
G = 37.24%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E78F0A (or 0xE78F0A) is known color: Gamboge. HEX triplet: E7, 8F and 0A. RGB value is (231,143,10). Sum of RGB (Red+Green+Blue) = 231+143+10=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78F0A is #1870F5. Grayscale: #9A9A9A. Windows color (decimal): -1601782 or 692199. OLE color: 692199.

HSL color Cylindrical-coordinate representation of color #E78F0A: hue angle of 36.11º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E78F0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 143 10 -
CMYK 0 0.38 0.96 0.09
HSL 36.11º 0.92% 0.47% -
HSV(B) 36.11º 0.96% 0.91% -
XYZ 42.83 36.66 5.1 -
YUV 154.15 46.65 182.81 -
System Red Green Blue C M Y K H S L
Decimal 231 143 10 0 0.38 0.96 0.09 36.11 0.92 0.47
Hex E7 8F A 0 26 60 9 24 5C 2F
Octal 347 217 12 0 46 140 11 44 134 57
Binary 11100111 10001111 1010 0 100110 1100000 1001 100100 1011100 101111

Color Harmonies of #E78F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78F0A

Black with #E78F0A

Text Example


Text Example

White with #E78F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78F0A; }

 p { color: rgb(231,143,10); }

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

background-color css

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

 a { background-color: rgb(231,143,10); }

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

border-color css

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

 span { border-color: rgb(231,143,10); }

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