Html Css Color HEX #E2960A Gamboge

📋 copy color: '#E2960A'

red 226 ◦ green 150 ◦ blue 10

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

Shades of Gamboge #E2960A

Tints of Gamboge #E2960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

 BLUE value IS 10 (4.3% from 255) = 2.59%

R = 58.55%
G = 38.86%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2960A (or 0xE2960A) is known color: Gamboge. HEX triplet: E2, 96 and 0A. RGB value is (226,150,10). Sum of RGB (Red+Green+Blue) = 226+150+10=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2960A is #1D69F5. Grayscale: #9D9D9D. Windows color (decimal): -1927670 or 693986. OLE color: 693986.

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

Color convert

RGB 226 150 10 -
CMYK 0 0.34 0.96 0.11
HSL 38.89º 0.92% 0.46% -
HSV(B) 38.89º 0.96% 0.89% -
XYZ 42.33 38 5.39 -
YUV 156.76 45.18 177.38 -
System Red Green Blue C M Y K H S L
Decimal 226 150 10 0 0.34 0.96 0.11 38.89 0.92 0.46
Hex E2 96 A 0 22 60 B 27 5C 2E
Octal 342 226 12 0 42 140 13 47 134 56
Binary 11100010 10010110 1010 0 100010 1100000 1011 100111 1011100 101110

Color Harmonies of #E2960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2960A

Black with #E2960A

Text Example


Text Example

White with #E2960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2960A; }

 p { color: rgb(226,150,10); }

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

background-color css

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

 a { background-color: rgb(226,150,10); }

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

border-color css

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

 span { border-color: rgb(226,150,10); }

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