Html Css Color HEX #E6970A Gamboge

📋 copy color: '#E6970A'

red 230 ◦ green 151 ◦ blue 10

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

Shades of Gamboge #E6970A

Tints of Gamboge #E6970A

RGB

 RED value IS 230 (90.23% from 255) = 58.82%

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

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

R = 58.82%
G = 38.62%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6970A (or 0xE6970A) is known color: Gamboge. HEX triplet: E6, 97 and 0A. RGB value is (230,151,10). Sum of RGB (Red+Green+Blue) = 230+151+10=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6970A is #1968F5. Grayscale: #9F9F9F. Windows color (decimal): -1665270 or 694246. OLE color: 694246.

HSL color Cylindrical-coordinate representation of color #E6970A: hue angle of 38.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6970A is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 10 -
CMYK 0 0.34 0.96 0.10
HSL 38.45º 0.92% 0.47% -
HSV(B) 38.45º 0.96% 0.9% -
XYZ 43.75 38.98 5.5 -
YUV 158.55 44.17 178.96 -
System Red Green Blue C M Y K H S L
Decimal 230 151 10 0 0.34 0.96 0.10 38.45 0.92 0.47
Hex E6 97 A 0 22 60 A 26 5C 2F
Octal 346 227 12 0 42 140 12 46 134 57
Binary 11100110 10010111 1010 0 100010 1100000 1010 100110 1011100 101111

Color Harmonies of #E6970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6970A

Black with #E6970A

Text Example


Text Example

White with #E6970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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