Html Css Color HEX #E9A50A Gamboge

📋 copy color: '#E9A50A'

red 233 ◦ green 165 ◦ blue 10

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

Shades of Gamboge #E9A50A

Tints of Gamboge #E9A50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

 BLUE value IS 10 (4.3% from 255) = 2.45%

R = 57.11%
G = 40.44%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9A50A (or 0xE9A50A) is known color: Gamboge. HEX triplet: E9, A5 and 0A. RGB value is (233,165,10). Sum of RGB (Red+Green+Blue) = 233+165+10=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A50A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A50A is #165AF5. Grayscale: #A8A8A8. Windows color (decimal): -1465078 or 697833. OLE color: 697833.

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

Color convert

RGB 233 165 10 -
CMYK 0 0.29 0.96 0.09
HSL 41.7º 0.92% 0.48% -
HSV(B) 41.7º 0.96% 0.91% -
XYZ 47.11 44.26 6.35 -
YUV 167.66 39.03 174.6 -
System Red Green Blue C M Y K H S L
Decimal 233 165 10 0 0.29 0.96 0.09 41.7 0.92 0.48
Hex E9 A5 A 0 1D 60 9 2A 5C 30
Octal 351 245 12 0 35 140 11 52 134 60
Binary 11101001 10100101 1010 0 11101 1100000 1001 101010 1011100 110000

Color Harmonies of #E9A50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A50A

Black with #E9A50A

Text Example


Text Example

White with #E9A50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A50A; }

 p { color: rgb(233,165,10); }

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

background-color css

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

 a { background-color: rgb(233,165,10); }

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

border-color css

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

 span { border-color: rgb(233,165,10); }

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