Html Css Color HEX #E8A70B Gamboge

📋 copy color: '#E8A70B'

red 232 ◦ green 167 ◦ blue 11

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

Shades of Gamboge #E8A70B

Tints of Gamboge #E8A70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 56.59%
G = 40.73%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8A70B (or 0xE8A70B) is known color: Gamboge. HEX triplet: E8, A7 and 0B. RGB value is (232,167,11). Sum of RGB (Red+Green+Blue) = 232+167+11=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A70B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A70B is #1758F4. Grayscale: #A9A9A9. Windows color (decimal): -1530101 or 763880. OLE color: 763880.

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

Color convert

RGB 232 167 11 -
CMYK 0 0.28 0.95 0.09
HSL 42.35º 0.91% 0.48% -
HSV(B) 42.35º 0.95% 0.91% -
XYZ 47.16 44.82 6.48 -
YUV 168.65 39.03 173.18 -
System Red Green Blue C M Y K H S L
Decimal 232 167 11 0 0.28 0.95 0.09 42.35 0.91 0.48
Hex E8 A7 B 0 1C 5F 9 2A 5B 30
Octal 350 247 13 0 34 137 11 52 133 60
Binary 11101000 10100111 1011 0 11100 1011111 1001 101010 1011011 110000

Color Harmonies of #E8A70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A70B

Black with #E8A70B

Text Example


Text Example

White with #E8A70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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