Html Css Color HEX #E69600 Gamboge

📋 copy color: '#E69600'

red 230 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #E69600

Tints of Gamboge #E69600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 60.53%
G = 39.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E69600 (or 0xE69600) is known color: Gamboge. HEX triplet: E6, 96 and 00. RGB value is (230,150,0). Sum of RGB (Red+Green+Blue) = 230+150+0=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E69600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69600 is #1969FF. Grayscale: #9D9D9D. Windows color (decimal): -1665536 or 38630. OLE color: 38630.

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

Color convert

RGB 230 150 0 -
CMYK 0 0.35 1 0.10
HSL 39.13º 1% 0.45% -
HSV(B) 39.13º 1% 0.9% -
XYZ 43.54 38.64 5.16 -
YUV 156.82 39.5 180.2 -
System Red Green Blue C M Y K H S L
Decimal 230 150 0 0 0.35 1 0.10 39.13 1 0.45
Hex E6 96 0 0 23 64 A 27 64 2D
Octal 346 226 0 0 43 144 12 47 144 55
Binary 11100110 10010110 0 0 100011 1100100 1010 100111 1100100 101101

Color Harmonies of #E69600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69600

Black with #E69600

Text Example


Text Example

White with #E69600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69600; }

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

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

background-color css

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

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

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

border-color css

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

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

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