Html Css Color HEX #E8940D Gamboge

📋 copy color: '#E8940D'

red 232 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #E8940D

Tints of Gamboge #E8940D

RGB

 RED value IS 232 (91.02% from 255) = 59.03%

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

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

R = 59.03%
G = 37.66%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8940D (or 0xE8940D) is known color: Gamboge. HEX triplet: E8, 94 and 0D. RGB value is (232,148,13). Sum of RGB (Red+Green+Blue) = 232+148+13=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E8940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8940D is #176BF2. Grayscale: #9E9E9E. Windows color (decimal): -1534963 or 890088. OLE color: 890088.

HSL color Cylindrical-coordinate representation of color #E8940D: hue angle of 36.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8940D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 13 -
CMYK 0 0.36 0.94 0.09
HSL 36.99º 0.89% 0.48% -
HSV(B) 36.99º 0.94% 0.91% -
XYZ 43.94 38.36 5.47 -
YUV 157.73 46.33 180.98 -
System Red Green Blue C M Y K H S L
Decimal 232 148 13 0 0.36 0.94 0.09 36.99 0.89 0.48
Hex E8 94 D 0 24 5E 9 25 59 30
Octal 350 224 15 0 44 136 11 45 131 60
Binary 11101000 10010100 1101 0 100100 1011110 1001 100101 1011001 110000

Color Harmonies of #E8940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8940D

Black with #E8940D

Text Example


Text Example

White with #E8940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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