Html Css Color HEX #E9AC0E Gamboge

📋 copy color: '#E9AC0E'

red 233 ◦ green 172 ◦ blue 14

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

Shades of Gamboge #E9AC0E

Tints of Gamboge #E9AC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

 BLUE value IS 14 (5.86% from 255) = 3.34%

R = 55.61%
G = 41.05%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9AC0E (or 0xE9AC0E) is known color: Gamboge. HEX triplet: E9, AC and 0E. RGB value is (233,172,14). Sum of RGB (Red+Green+Blue) = 233+172+14=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AC0E is #1653F1. Grayscale: #ACACAC. Windows color (decimal): -1463282 or 961769. OLE color: 961769.

HSL color Cylindrical-coordinate representation of color #E9AC0E: hue angle of 43.29º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9AC0E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 172 14 -
CMYK 0 0.26 0.94 0.09
HSL 43.29º 0.89% 0.48% -
HSV(B) 43.29º 0.94% 0.91% -
XYZ 48.44 46.86 6.91 -
YUV 172.23 38.71 171.35 -
System Red Green Blue C M Y K H S L
Decimal 233 172 14 0 0.26 0.94 0.09 43.29 0.89 0.48
Hex E9 AC E 0 1A 5E 9 2B 59 30
Octal 351 254 16 0 32 136 11 53 131 60
Binary 11101001 10101100 1110 0 11010 1011110 1001 101011 1011001 110000

Color Harmonies of #E9AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AC0E

Black with #E9AC0E

Text Example


Text Example

White with #E9AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AC0E; }

 p { color: rgb(233,172,14); }

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

background-color css

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

 a { background-color: rgb(233,172,14); }

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

border-color css

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

 span { border-color: rgb(233,172,14); }

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