Html Css Color HEX #E0961A Gamboge

📋 copy color: '#E0961A'

red 224 ◦ green 150 ◦ blue 26

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

Shades of Gamboge #E0961A

Tints of Gamboge #E0961A

RGB

 RED value IS 224 (87.89% from 255) = 56%

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

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 56%
G = 37.5%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0961A (or 0xE0961A) is known color: Gamboge. HEX triplet: E0, 96 and 1A. RGB value is (224,150,26). Sum of RGB (Red+Green+Blue) = 224+150+26=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0961A is #1F69E5. Grayscale: #9E9E9E. Windows color (decimal): -2058726 or 1742560. OLE color: 1742560.

HSL color Cylindrical-coordinate representation of color #E0961A: hue angle of 37.58º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0961A is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 26 -
CMYK 0 0.33 0.88 0.12
HSL 37.58º 0.79% 0.49% -
HSV(B) 37.58º 0.88% 0.88% -
XYZ 41.83 37.73 6.06 -
YUV 157.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 224 150 26 0 0.33 0.88 0.12 37.58 0.79 0.49
Hex E0 96 1A 0 21 58 C 26 4F 31
Octal 340 226 32 0 41 130 14 46 117 61
Binary 11100000 10010110 11010 0 100001 1011000 1100 100110 1001111 110001

Color Harmonies of #E0961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0961A

Black with #E0961A

Text Example


Text Example

White with #E0961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0961A; }

 p { color: rgb(224,150,26); }

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

background-color css

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

 a { background-color: rgb(224,150,26); }

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

border-color css

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

 span { border-color: rgb(224,150,26); }

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