Html Css Color HEX #E5A502 Gamboge

📋 copy color: '#E5A502'

red 229 ◦ green 165 ◦ blue 2

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

Shades of Gamboge #E5A502

Tints of Gamboge #E5A502

RGB

 RED value IS 229 (89.84% from 255) = 57.83%

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

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

R = 57.83%
G = 41.67%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5A502 (or 0xE5A502) is known color: Gamboge. HEX triplet: E5, A5 and 02. RGB value is (229,165,2). Sum of RGB (Red+Green+Blue) = 229+165+2=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A502 is #1A5AFD. Grayscale: #A6A6A6. Windows color (decimal): -1727230 or 173541. OLE color: 173541.

HSL color Cylindrical-coordinate representation of color #E5A502: hue angle of 43.08º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5A502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 165 2 -
CMYK 0 0.28 0.99 0.10
HSL 43.08º 0.98% 0.45% -
HSV(B) 43.08º 0.99% 0.9% -
XYZ 45.78 43.57 6.05 -
YUV 165.55 35.7 173.25 -
System Red Green Blue C M Y K H S L
Decimal 229 165 2 0 0.28 0.99 0.10 43.08 0.98 0.45
Hex E5 A5 2 0 1C 63 A 2B 62 2D
Octal 345 245 2 0 34 143 12 53 142 55
Binary 11100101 10100101 10 0 11100 1100011 1010 101011 1100010 101101

Color Harmonies of #E5A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A502

Black with #E5A502

Text Example


Text Example

White with #E5A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A502; }

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

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

background-color css

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

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

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

border-color css

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

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

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