Html Css Color HEX #E5940D Gamboge

📋 copy color: '#E5940D'

red 229 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #E5940D

Tints of Gamboge #E5940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 58.72%
G = 37.95%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5940D (or 0xE5940D) is known color: Gamboge. HEX triplet: E5, 94 and 0D. RGB value is (229,148,13). Sum of RGB (Red+Green+Blue) = 229+148+13=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5940D is #1A6BF2. Grayscale: #9D9D9D. Windows color (decimal): -1731571 or 890085. OLE color: 890085.

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

Color convert

RGB 229 148 13 -
CMYK 0 0.35 0.94 0.10
HSL 37.5º 0.89% 0.47% -
HSV(B) 37.5º 0.94% 0.9% -
XYZ 42.98 37.87 5.42 -
YUV 156.83 46.84 179.48 -
System Red Green Blue C M Y K H S L
Decimal 229 148 13 0 0.35 0.94 0.10 37.5 0.89 0.47
Hex E5 94 D 0 23 5E A 26 59 2F
Octal 345 224 15 0 43 136 12 46 131 57
Binary 11100101 10010100 1101 0 100011 1011110 1010 100110 1011001 101111

Color Harmonies of #E5940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5940D

Black with #E5940D

Text Example


Text Example

White with #E5940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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