Html Css Color HEX #E8970A Gamboge

📋 copy color: '#E8970A'

red 232 ◦ green 151 ◦ blue 10

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

Shades of Gamboge #E8970A

Tints of Gamboge #E8970A

RGB

 RED value IS 232 (91.02% from 255) = 59.03%

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

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

R = 59.03%
G = 38.42%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8970A (or 0xE8970A) is known color: Gamboge. HEX triplet: E8, 97 and 0A. RGB value is (232,151,10). Sum of RGB (Red+Green+Blue) = 232+151+10=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E8970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8970A is #1768F5. Grayscale: #9F9F9F. Windows color (decimal): -1534198 or 694248. OLE color: 694248.

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

Color convert

RGB 232 151 10 -
CMYK 0 0.35 0.96 0.09
HSL 38.11º 0.92% 0.47% -
HSV(B) 38.11º 0.96% 0.91% -
XYZ 44.4 39.31 5.53 -
YUV 159.15 43.84 179.96 -
System Red Green Blue C M Y K H S L
Decimal 232 151 10 0 0.35 0.96 0.09 38.11 0.92 0.47
Hex E8 97 A 0 23 60 9 26 5C 2F
Octal 350 227 12 0 43 140 11 46 134 57
Binary 11101000 10010111 1010 0 100011 1100000 1001 100110 1011100 101111

Color Harmonies of #E8970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8970A

Black with #E8970A

Text Example


Text Example

White with #E8970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8970A; }

 p { color: rgb(232,151,10); }

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

background-color css

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

 a { background-color: rgb(232,151,10); }

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

border-color css

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

 span { border-color: rgb(232,151,10); }

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