Html Css Color HEX #E5940C Gamboge

📋 copy color: '#E5940C'

red 229 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #E5940C

Tints of Gamboge #E5940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 58.87%
G = 38.05%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5940C (or 0xE5940C) is known color: Gamboge. HEX triplet: E5, 94 and 0C. RGB value is (229,148,12). Sum of RGB (Red+Green+Blue) = 229+148+12=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5940C is #1A6BF3. Grayscale: #9D9D9D. Windows color (decimal): -1731572 or 824549. OLE color: 824549.

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

Color convert

RGB 229 148 12 -
CMYK 0 0.35 0.95 0.10
HSL 37.6º 0.9% 0.47% -
HSV(B) 37.6º 0.95% 0.9% -
XYZ 42.97 37.86 5.39 -
YUV 156.72 46.34 179.56 -
System Red Green Blue C M Y K H S L
Decimal 229 148 12 0 0.35 0.95 0.10 37.6 0.9 0.47
Hex E5 94 C 0 23 5F A 26 5A 2F
Octal 345 224 14 0 43 137 12 46 132 57
Binary 11100101 10010100 1100 0 100011 1011111 1010 100110 1011010 101111

Color Harmonies of #E5940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5940C

Black with #E5940C

Text Example


Text Example

White with #E5940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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