Html Css Color HEX #E9A70B Gamboge

📋 copy color: '#E9A70B'

red 233 ◦ green 167 ◦ blue 11

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

Shades of Gamboge #E9A70B

Tints of Gamboge #E9A70B

RGB

 RED value IS 233 (91.41% from 255) = 56.69%

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

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

R = 56.69%
G = 40.63%
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

#E9A70B (or 0xE9A70B) is known color: Gamboge. HEX triplet: E9, A7 and 0B. RGB value is (233,167,11). Sum of RGB (Red+Green+Blue) = 233+167+11=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A70B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A70B is #1658F4. Grayscale: #A9A9A9. Windows color (decimal): -1464565 or 763881. OLE color: 763881.

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

Color convert

RGB 233 167 11 -
CMYK 0 0.28 0.95 0.09
HSL 42.16º 0.91% 0.48% -
HSV(B) 42.16º 0.95% 0.91% -
XYZ 47.48 44.99 6.5 -
YUV 168.95 38.87 173.68 -
System Red Green Blue C M Y K H S L
Decimal 233 167 11 0 0.28 0.95 0.09 42.16 0.91 0.48
Hex E9 A7 B 0 1C 5F 9 2A 5B 30
Octal 351 247 13 0 34 137 11 52 133 60
Binary 11101001 10100111 1011 0 11100 1011111 1001 101010 1011011 110000

Color Harmonies of #E9A70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A70B

Black with #E9A70B

Text Example


Text Example

White with #E9A70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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