Html Css Color HEX #E28B12 Gamboge

📋 copy color: '#E28B12'

red 226 ◦ green 139 ◦ blue 18

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

Shades of Gamboge #E28B12

Tints of Gamboge #E28B12

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 18 (7.42% from 255) = 4.7%

R = 59.01%
G = 36.29%
B = 4.7%

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

#E28B12 (or 0xE28B12) is known color: Gamboge. HEX triplet: E2, 8B and 12. RGB value is (226,139,18). Sum of RGB (Red+Green+Blue) = 226+139+18=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28B12 is #1D74ED. Grayscale: #979797. Windows color (decimal): -1930478 or 1215458. OLE color: 1215458.

HSL color Cylindrical-coordinate representation of color #E28B12: hue angle of 34.9º degrees, saturation: 0.85, 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 #E28B12 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 139 18 -
CMYK 0 0.38 0.92 0.11
HSL 34.9º 0.85% 0.48% -
HSV(B) 34.9º 0.92% 0.89% -
XYZ 40.71 34.68 5.12 -
YUV 151.22 52.82 181.34 -
System Red Green Blue C M Y K H S L
Decimal 226 139 18 0 0.38 0.92 0.11 34.9 0.85 0.48
Hex E2 8B 12 0 26 5C B 23 55 30
Octal 342 213 22 0 46 134 13 43 125 60
Binary 11100010 10001011 10010 0 100110 1011100 1011 100011 1010101 110000

Color Harmonies of #E28B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28B12

Black with #E28B12

Text Example


Text Example

White with #E28B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28B12; }

 p { color: rgb(226,139,18); }

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

background-color css

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

 a { background-color: rgb(226,139,18); }

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

border-color css

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

 span { border-color: rgb(226,139,18); }

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