Html Css Color HEX #E7970C Gamboge

📋 copy color: '#E7970C'

red 231 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #E7970C

Tints of Gamboge #E7970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

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

R = 58.63%
G = 38.32%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7970C (or 0xE7970C) is known color: Gamboge. HEX triplet: E7, 97 and 0C. RGB value is (231,151,12). Sum of RGB (Red+Green+Blue) = 231+151+12=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E7970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7970C is #1868F3. Grayscale: #9F9F9F. Windows color (decimal): -1599732 or 825319. OLE color: 825319.

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

Color convert

RGB 231 151 12 -
CMYK 0 0.35 0.95 0.09
HSL 38.08º 0.9% 0.48% -
HSV(B) 38.08º 0.95% 0.91% -
XYZ 44.09 39.15 5.58 -
YUV 159.07 45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 231 151 12 0 0.35 0.95 0.09 38.08 0.9 0.48
Hex E7 97 C 0 23 5F 9 26 5A 30
Octal 347 227 14 0 43 137 11 46 132 60
Binary 11100111 10010111 1100 0 100011 1011111 1001 100110 1011010 110000

Color Harmonies of #E7970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7970C

Black with #E7970C

Text Example


Text Example

White with #E7970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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