Html Css Color HEX #E0961B Gamboge

📋 copy color: '#E0961B'

red 224 ◦ green 150 ◦ blue 27

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

Shades of Gamboge #E0961B

Tints of Gamboge #E0961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.73%

R = 55.86%
G = 37.41%
B = 6.73%

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

#E0961B (or 0xE0961B) is known color: Gamboge. HEX triplet: E0, 96 and 1B. RGB value is (224,150,27). Sum of RGB (Red+Green+Blue) = 224+150+27=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0961B is #1F69E4. Grayscale: #9E9E9E. Windows color (decimal): -2058725 or 1808096. OLE color: 1808096.

HSL color Cylindrical-coordinate representation of color #E0961B: hue angle of 37.46º degrees, saturation: 0.78, 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 #E0961B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 27 -
CMYK 0 0.33 0.88 0.12
HSL 37.46º 0.78% 0.49% -
HSV(B) 37.46º 0.88% 0.88% -
XYZ 41.84 37.74 6.12 -
YUV 158.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 224 150 27 0 0.33 0.88 0.12 37.46 0.78 0.49
Hex E0 96 1B 0 21 58 C 25 4E 31
Octal 340 226 33 0 41 130 14 45 116 61
Binary 11100000 10010110 11011 0 100001 1011000 1100 100101 1001110 110001

Color Harmonies of #E0961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0961B

Black with #E0961B

Text Example


Text Example

White with #E0961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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