Html Css Color HEX #E69100 Gamboge

📋 copy color: '#E69100'

red 230 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #E69100

Tints of Gamboge #E69100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.33%
G = 38.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E69100 (or 0xE69100) is known color: Gamboge. HEX triplet: E6, 91 and 00. RGB value is (230,145,0). Sum of RGB (Red+Green+Blue) = 230+145+0=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E69100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69100 is #196EFF. Grayscale: #9A9A9A. Windows color (decimal): -1666816 or 37350. OLE color: 37350.

HSL color Cylindrical-coordinate representation of color #E69100: hue angle of 37.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E69100 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 145 0 -
CMYK 0 0.37 1 0.10
HSL 37.83º 1% 0.45% -
HSV(B) 37.83º 1% 0.9% -
XYZ 42.76 37.07 4.9 -
YUV 153.89 41.16 182.29 -
System Red Green Blue C M Y K H S L
Decimal 230 145 0 0 0.37 1 0.10 37.83 1 0.45
Hex E6 91 0 0 25 64 A 26 64 2D
Octal 346 221 0 0 45 144 12 46 144 55
Binary 11100110 10010001 0 0 100101 1100100 1010 100110 1100100 101101

Color Harmonies of #E69100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69100

Black with #E69100

Text Example


Text Example

White with #E69100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69100; }

 p { color: rgb(230,145,0); }

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

background-color css

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

 a { background-color: rgb(230,145,0); }

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

border-color css

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

 span { border-color: rgb(230,145,0); }

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