Html Css Color HEX #E69A16 Gamboge

📋 copy color: '#E69A16'

red 230 ◦ green 154 ◦ blue 22

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

Shades of Gamboge #E69A16

Tints of Gamboge #E69A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 56.65%
G = 37.93%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E69A16 (or 0xE69A16) is known color: Gamboge. HEX triplet: E6, 9A and 16. RGB value is (230,154,22). Sum of RGB (Red+Green+Blue) = 230+154+22=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69A16 is #1965E9. Grayscale: #A2A2A2. Windows color (decimal): -1664490 or 1481446. OLE color: 1481446.

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

Color convert

RGB 230 154 22 -
CMYK 0 0.33 0.90 0.10
HSL 38.08º 0.83% 0.49% -
HSV(B) 38.08º 0.9% 0.9% -
XYZ 44.33 39.99 6.14 -
YUV 161.68 49.18 176.73 -
System Red Green Blue C M Y K H S L
Decimal 230 154 22 0 0.33 0.90 0.10 38.08 0.83 0.49
Hex E6 9A 16 0 21 5A A 26 53 31
Octal 346 232 26 0 41 132 12 46 123 61
Binary 11100110 10011010 10110 0 100001 1011010 1010 100110 1010011 110001

Color Harmonies of #E69A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A16

Black with #E69A16

Text Example


Text Example

White with #E69A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A16; }

 p { color: rgb(230,154,22); }

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

background-color css

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

 a { background-color: rgb(230,154,22); }

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

border-color css

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

 span { border-color: rgb(230,154,22); }

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