Html Css Color HEX #E9AC0C Gamboge

📋 copy color: '#E9AC0C'

red 233 ◦ green 172 ◦ blue 12

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

Shades of Gamboge #E9AC0C

Tints of Gamboge #E9AC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 55.88%
G = 41.25%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9AC0C (or 0xE9AC0C) is known color: Gamboge. HEX triplet: E9, AC and 0C. RGB value is (233,172,12). Sum of RGB (Red+Green+Blue) = 233+172+12=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AC0C is #1653F3. Grayscale: #ACACAC. Windows color (decimal): -1463284 or 830697. OLE color: 830697.

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

Color convert

RGB 233 172 12 -
CMYK 0 0.26 0.95 0.09
HSL 43.44º 0.9% 0.48% -
HSV(B) 43.44º 0.95% 0.91% -
XYZ 48.42 46.86 6.84 -
YUV 172 37.71 171.51 -
System Red Green Blue C M Y K H S L
Decimal 233 172 12 0 0.26 0.95 0.09 43.44 0.9 0.48
Hex E9 AC C 0 1A 5F 9 2B 5A 30
Octal 351 254 14 0 32 137 11 53 132 60
Binary 11101001 10101100 1100 0 11010 1011111 1001 101011 1011010 110000

Color Harmonies of #E9AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AC0C

Black with #E9AC0C

Text Example


Text Example

White with #E9AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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