Html Css Color HEX #E8970B Gamboge

📋 copy color: '#E8970B'

red 232 ◦ green 151 ◦ blue 11

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

Shades of Gamboge #E8970B

Tints of Gamboge #E8970B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 58.88%
G = 38.32%
B = 2.79%

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

#E8970B (or 0xE8970B) is known color: Gamboge. HEX triplet: E8, 97 and 0B. RGB value is (232,151,11). Sum of RGB (Red+Green+Blue) = 232+151+11=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8970B is #1768F4. Grayscale: #9F9F9F. Windows color (decimal): -1534197 or 759784. OLE color: 759784.

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

Color convert

RGB 232 151 11 -
CMYK 0 0.35 0.95 0.09
HSL 38.01º 0.91% 0.48% -
HSV(B) 38.01º 0.95% 0.91% -
XYZ 44.41 39.31 5.56 -
YUV 159.26 44.34 179.88 -
System Red Green Blue C M Y K H S L
Decimal 232 151 11 0 0.35 0.95 0.09 38.01 0.91 0.48
Hex E8 97 B 0 23 5F 9 26 5B 30
Octal 350 227 13 0 43 137 11 46 133 60
Binary 11101000 10010111 1011 0 100011 1011111 1001 100110 1011011 110000

Color Harmonies of #E8970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8970B

Black with #E8970B

Text Example


Text Example

White with #E8970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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