Html Css Color HEX #E69716 Gamboge

📋 copy color: '#E69716'

red 230 ◦ green 151 ◦ blue 22

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

Shades of Gamboge #E69716

Tints of Gamboge #E69716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

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

R = 57.07%
G = 37.47%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E69716 (or 0xE69716) is known color: Gamboge. HEX triplet: E6, 97 and 16. RGB value is (230,151,22). Sum of RGB (Red+Green+Blue) = 230+151+22=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E69716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69716 is #1968E9. Grayscale: #A0A0A0. Windows color (decimal): -1665258 or 1480678. OLE color: 1480678.

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

Color convert

RGB 230 151 22 -
CMYK 0 0.34 0.90 0.10
HSL 37.21º 0.83% 0.49% -
HSV(B) 37.21º 0.9% 0.9% -
XYZ 43.84 39.01 5.98 -
YUV 159.92 50.17 177.99 -
System Red Green Blue C M Y K H S L
Decimal 230 151 22 0 0.34 0.90 0.10 37.21 0.83 0.49
Hex E6 97 16 0 22 5A A 25 53 31
Octal 346 227 26 0 42 132 12 45 123 61
Binary 11100110 10010111 10110 0 100010 1011010 1010 100101 1010011 110001

Color Harmonies of #E69716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69716

Black with #E69716

Text Example


Text Example

White with #E69716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69716; }

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

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

background-color css

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

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

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

border-color css

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

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

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