Html Css Color HEX #E1970A Gamboge

📋 copy color: '#E1970A'

red 225 ◦ green 151 ◦ blue 10

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

Shades of Gamboge #E1970A

Tints of Gamboge #E1970A

RGB

 RED value IS 225 (88.28% from 255) = 58.29%

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

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

R = 58.29%
G = 39.12%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1970A (or 0xE1970A) is known color: Gamboge. HEX triplet: E1, 97 and 0A. RGB value is (225,151,10). Sum of RGB (Red+Green+Blue) = 225+151+10=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1970A is #1E68F5. Grayscale: #9D9D9D. Windows color (decimal): -1992950 or 694241. OLE color: 694241.

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

Color convert

RGB 225 151 10 -
CMYK 0 0.33 0.96 0.12
HSL 39.35º 0.91% 0.46% -
HSV(B) 39.35º 0.96% 0.88% -
XYZ 42.17 38.16 5.43 -
YUV 157.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 225 151 10 0 0.33 0.96 0.12 39.35 0.91 0.46
Hex E1 97 A 0 21 60 C 27 5B 2E
Octal 341 227 12 0 41 140 14 47 133 56
Binary 11100001 10010111 1010 0 100001 1100000 1100 100111 1011011 101110

Color Harmonies of #E1970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1970A

Black with #E1970A

Text Example


Text Example

White with #E1970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1970A; }

 p { color: rgb(225,151,10); }

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

background-color css

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

 a { background-color: rgb(225,151,10); }

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

border-color css

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

 span { border-color: rgb(225,151,10); }

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