Html Css Color HEX #E6990E Gamboge

📋 copy color: '#E6990E'

red 230 ◦ green 153 ◦ blue 14

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

Shades of Gamboge #E6990E

Tints of Gamboge #E6990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.53%

R = 57.93%
G = 38.54%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6990E (or 0xE6990E) is known color: Gamboge. HEX triplet: E6, 99 and 0E. RGB value is (230,153,14). Sum of RGB (Red+Green+Blue) = 230+153+14=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E6990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6990E is #1966F1. Grayscale: #A0A0A0. Windows color (decimal): -1664754 or 956902. OLE color: 956902.

HSL color Cylindrical-coordinate representation of color #E6990E: hue angle of 38.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6990E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 153 14 -
CMYK 0 0.33 0.94 0.10
HSL 38.61º 0.89% 0.48% -
HSV(B) 38.61º 0.94% 0.9% -
XYZ 44.1 39.64 5.74 -
YUV 160.18 45.51 177.8 -
System Red Green Blue C M Y K H S L
Decimal 230 153 14 0 0.33 0.94 0.10 38.61 0.89 0.48
Hex E6 99 E 0 21 5E A 27 59 30
Octal 346 231 16 0 41 136 12 47 131 60
Binary 11100110 10011001 1110 0 100001 1011110 1010 100111 1011001 110000

Color Harmonies of #E6990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6990E

Black with #E6990E

Text Example


Text Example

White with #E6990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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