Html Css Color HEX #E9AF0C Gamboge

📋 copy color: '#E9AF0C'

red 233 ◦ green 175 ◦ blue 12

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

Shades of Gamboge #E9AF0C

Tints of Gamboge #E9AF0C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

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

R = 55.48%
G = 41.67%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9AF0C (or 0xE9AF0C) is known color: Gamboge. HEX triplet: E9, AF and 0C. RGB value is (233,175,12). Sum of RGB (Red+Green+Blue) = 233+175+12=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AF0C is #1650F3. Grayscale: #AEAEAE. Windows color (decimal): -1462516 or 831465. OLE color: 831465.

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

Color convert

RGB 233 175 12 -
CMYK 0 0.25 0.95 0.09
HSL 44.25º 0.9% 0.48% -
HSV(B) 44.25º 0.95% 0.91% -
XYZ 49 48.01 7.03 -
YUV 173.76 36.72 170.25 -
System Red Green Blue C M Y K H S L
Decimal 233 175 12 0 0.25 0.95 0.09 44.25 0.9 0.48
Hex E9 AF C 0 19 5F 9 2C 5A 30
Octal 351 257 14 0 31 137 11 54 132 60
Binary 11101001 10101111 1100 0 11001 1011111 1001 101100 1011010 110000

Color Harmonies of #E9AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF0C

Black with #E9AF0C

Text Example


Text Example

White with #E9AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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