Html Css Color HEX #E5A50D Gamboge

📋 copy color: '#E5A50D'

red 229 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #E5A50D

Tints of Gamboge #E5A50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 56.27%
G = 40.54%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5A50D (or 0xE5A50D) is known color: Gamboge. HEX triplet: E5, A5 and 0D. RGB value is (229,165,13). Sum of RGB (Red+Green+Blue) = 229+165+13=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A50D is #1A5AF2. Grayscale: #A7A7A7. Windows color (decimal): -1727219 or 894437. OLE color: 894437.

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

Color convert

RGB 229 165 13 -
CMYK 0 0.28 0.94 0.10
HSL 42.22º 0.89% 0.47% -
HSV(B) 42.22º 0.94% 0.9% -
XYZ 45.84 43.6 6.38 -
YUV 166.81 41.2 172.36 -
System Red Green Blue C M Y K H S L
Decimal 229 165 13 0 0.28 0.94 0.10 42.22 0.89 0.47
Hex E5 A5 D 0 1C 5E A 2A 59 2F
Octal 345 245 15 0 34 136 12 52 131 57
Binary 11100101 10100101 1101 0 11100 1011110 1010 101010 1011001 101111

Color Harmonies of #E5A50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A50D

Black with #E5A50D

Text Example


Text Example

White with #E5A50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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