Html Css Color HEX #E6990A Gamboge

📋 copy color: '#E6990A'

red 230 ◦ green 153 ◦ blue 10

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

Shades of Gamboge #E6990A

Tints of Gamboge #E6990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 58.52%
G = 38.93%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6990A (or 0xE6990A) is known color: Gamboge. HEX triplet: E6, 99 and 0A. RGB value is (230,153,10). Sum of RGB (Red+Green+Blue) = 230+153+10=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6990A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6990A is #1966F5. Grayscale: #A0A0A0. Windows color (decimal): -1664758 or 694758. OLE color: 694758.

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

Color convert

RGB 230 153 10 -
CMYK 0 0.33 0.96 0.10
HSL 39º 0.92% 0.47% -
HSV(B) 39º 0.96% 0.9% -
XYZ 44.08 39.63 5.61 -
YUV 159.72 43.51 178.13 -
System Red Green Blue C M Y K H S L
Decimal 230 153 10 0 0.33 0.96 0.10 39 0.92 0.47
Hex E6 99 A 0 21 60 A 27 5C 2F
Octal 346 231 12 0 41 140 12 47 134 57
Binary 11100110 10011001 1010 0 100001 1100000 1010 100111 1011100 101111

Color Harmonies of #E6990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6990A

Black with #E6990A

Text Example


Text Example

White with #E6990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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