Html Css Color HEX #E0971C Gamboge

📋 copy color: '#E0971C'

red 224 ◦ green 151 ◦ blue 28

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

Shades of Gamboge #E0971C

Tints of Gamboge #E0971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 55.58%
G = 37.47%
B = 6.95%

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

#E0971C (or 0xE0971C) is known color: Gamboge. HEX triplet: E0, 97 and 1C. RGB value is (224,151,28). Sum of RGB (Red+Green+Blue) = 224+151+28=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0971C is #1F68E3. Grayscale: #9F9F9F. Windows color (decimal): -2058468 or 1873888. OLE color: 1873888.

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

Color convert

RGB 224 151 28 -
CMYK 0 0.33 0.88 0.12
HSL 37.65º 0.78% 0.49% -
HSV(B) 37.65º 0.88% 0.88% -
XYZ 42.02 38.06 6.23 -
YUV 158.81 54.18 174.5 -
System Red Green Blue C M Y K H S L
Decimal 224 151 28 0 0.33 0.88 0.12 37.65 0.78 0.49
Hex E0 97 1C 0 21 58 C 26 4E 31
Octal 340 227 34 0 41 130 14 46 116 61
Binary 11100000 10010111 11100 0 100001 1011000 1100 100110 1001110 110001

Color Harmonies of #E0971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0971C

Black with #E0971C

Text Example


Text Example

White with #E0971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0971C; }

 p { color: rgb(224,151,28); }

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

background-color css

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

 a { background-color: rgb(224,151,28); }

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

border-color css

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

 span { border-color: rgb(224,151,28); }

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