Html Css Color HEX #E5AC0D Gamboge

📋 copy color: '#E5AC0D'

red 229 ◦ green 172 ◦ blue 13

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

Shades of Gamboge #E5AC0D

Tints of Gamboge #E5AC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

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

R = 55.31%
G = 41.55%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5AC0D (or 0xE5AC0D) is known color: Gamboge. HEX triplet: E5, AC and 0D. RGB value is (229,172,13). Sum of RGB (Red+Green+Blue) = 229+172+13=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AC0D is #1A53F2. Grayscale: #ABABAB. Windows color (decimal): -1725427 or 896229. OLE color: 896229.

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

Color convert

RGB 229 172 13 -
CMYK 0 0.25 0.94 0.10
HSL 44.17º 0.89% 0.47% -
HSV(B) 44.17º 0.94% 0.9% -
XYZ 47.14 46.19 6.81 -
YUV 170.92 38.88 169.43 -
System Red Green Blue C M Y K H S L
Decimal 229 172 13 0 0.25 0.94 0.10 44.17 0.89 0.47
Hex E5 AC D 0 19 5E A 2C 59 2F
Octal 345 254 15 0 31 136 12 54 131 57
Binary 11100101 10101100 1101 0 11001 1011110 1010 101100 1011001 101111

Color Harmonies of #E5AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AC0D

Black with #E5AC0D

Text Example


Text Example

White with #E5AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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