Html Css Color HEX #E0971A Gamboge

📋 copy color: '#E0971A'

red 224 ◦ green 151 ◦ blue 26

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

Shades of Gamboge #E0971A

Tints of Gamboge #E0971A

RGB

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

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

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

R = 55.86%
G = 37.66%
B = 6.48%

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

#E0971A (or 0xE0971A) is known color: Gamboge. HEX triplet: E0, 97 and 1A. RGB value is (224,151,26). Sum of RGB (Red+Green+Blue) = 224+151+26=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0971A is #1F68E5. Grayscale: #9F9F9F. Windows color (decimal): -2058470 or 1742816. OLE color: 1742816.

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

Color convert

RGB 224 151 26 -
CMYK 0 0.33 0.88 0.12
HSL 37.88º 0.79% 0.49% -
HSV(B) 37.88º 0.88% 0.88% -
XYZ 41.99 38.06 6.11 -
YUV 158.58 53.18 174.66 -
System Red Green Blue C M Y K H S L
Decimal 224 151 26 0 0.33 0.88 0.12 37.88 0.79 0.49
Hex E0 97 1A 0 21 58 C 26 4F 31
Octal 340 227 32 0 41 130 14 46 117 61
Binary 11100000 10010111 11010 0 100001 1011000 1100 100110 1001111 110001

Color Harmonies of #E0971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0971A

Black with #E0971A

Text Example


Text Example

White with #E0971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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