Html Css Color HEX #E9A502 Gamboge

📋 copy color: '#E9A502'

red 233 ◦ green 165 ◦ blue 2

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

Shades of Gamboge #E9A502

Tints of Gamboge #E9A502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 58.25%
G = 41.25%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E9A502 (or 0xE9A502) is known color: Gamboge. HEX triplet: E9, A5 and 02. RGB value is (233,165,2). Sum of RGB (Red+Green+Blue) = 233+165+2=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A502 is #165AFD. Grayscale: #A7A7A7. Windows color (decimal): -1465086 or 173545. OLE color: 173545.

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

Color convert

RGB 233 165 2 -
CMYK 0 0.29 0.99 0.09
HSL 42.34º 0.98% 0.46% -
HSV(B) 42.34º 0.99% 0.91% -
XYZ 47.07 44.24 6.12 -
YUV 166.75 35.03 175.25 -
System Red Green Blue C M Y K H S L
Decimal 233 165 2 0 0.29 0.99 0.09 42.34 0.98 0.46
Hex E9 A5 2 0 1D 63 9 2A 62 2E
Octal 351 245 2 0 35 143 11 52 142 56
Binary 11101001 10100101 10 0 11101 1100011 1001 101010 1100010 101110

Color Harmonies of #E9A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A502

Black with #E9A502

Text Example


Text Example

White with #E9A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A502; }

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

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

background-color css

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

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

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

border-color css

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

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

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