Html Css Color HEX #E28C13 Gamboge

📋 copy color: '#E28C13'

red 226 ◦ green 140 ◦ blue 19

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

Shades of Gamboge #E28C13

Tints of Gamboge #E28C13

RGB

 RED value IS 226 (88.67% from 255) = 58.7%

 GREEN value IS 140 (55.08% from 255) = 36.36%

 BLUE value IS 19 (7.81% from 255) = 4.94%

R = 58.7%
G = 36.36%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E28C13 (or 0xE28C13) is known color: Gamboge. HEX triplet: E2, 8C and 13. RGB value is (226,140,19). Sum of RGB (Red+Green+Blue) = 226+140+19=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28C13 is #1D73EC. Grayscale: #989898. Windows color (decimal): -1930221 or 1281250. OLE color: 1281250.

HSL color Cylindrical-coordinate representation of color #E28C13: hue angle of 35.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E28C13 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 140 19 -
CMYK 0 0.38 0.92 0.11
HSL 35.07º 0.84% 0.48% -
HSV(B) 35.07º 0.92% 0.89% -
XYZ 40.86 34.97 5.21 -
YUV 151.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 226 140 19 0 0.38 0.92 0.11 35.07 0.84 0.48
Hex E2 8C 13 0 26 5C B 23 54 30
Octal 342 214 23 0 46 134 13 43 124 60
Binary 11100010 10001100 10011 0 100110 1011100 1011 100011 1010100 110000

Color Harmonies of #E28C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28C13

Black with #E28C13

Text Example


Text Example

White with #E28C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28C13; }

 p { color: rgb(226,140,19); }

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

background-color css

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

 a { background-color: rgb(226,140,19); }

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

border-color css

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

 span { border-color: rgb(226,140,19); }

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