Html Css Color HEX #E69E10 Gamboge

📋 copy color: '#E69E10'

red 230 ◦ green 158 ◦ blue 16

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

Shades of Gamboge #E69E10

Tints of Gamboge #E69E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 56.93%
G = 39.11%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E69E10 (or 0xE69E10) is known color: Gamboge. HEX triplet: E6, 9E and 10. RGB value is (230,158,16). Sum of RGB (Red+Green+Blue) = 230+158+16=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69E10 is #1961EF. Grayscale: #A3A3A3. Windows color (decimal): -1663472 or 1089254. OLE color: 1089254.

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

Color convert

RGB 230 158 16 -
CMYK 0 0.31 0.93 0.10
HSL 39.81º 0.87% 0.48% -
HSV(B) 39.81º 0.93% 0.9% -
XYZ 44.95 41.31 6.1 -
YUV 163.34 44.85 175.55 -
System Red Green Blue C M Y K H S L
Decimal 230 158 16 0 0.31 0.93 0.10 39.81 0.87 0.48
Hex E6 9E 10 0 1F 5D A 28 57 30
Octal 346 236 20 0 37 135 12 50 127 60
Binary 11100110 10011110 10000 0 11111 1011101 1010 101000 1010111 110000

Color Harmonies of #E69E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69E10

Black with #E69E10

Text Example


Text Example

White with #E69E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69E10; }

 p { color: rgb(230,158,16); }

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

background-color css

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

 a { background-color: rgb(230,158,16); }

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

border-color css

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

 span { border-color: rgb(230,158,16); }

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