Html Css Color HEX #E69B16 Gamboge

📋 copy color: '#E69B16'

red 230 ◦ green 155 ◦ blue 22

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

Shades of Gamboge #E69B16

Tints of Gamboge #E69B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

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

R = 56.51%
G = 38.08%
B = 5.41%

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

#E69B16 (or 0xE69B16) is known color: Gamboge. HEX triplet: E6, 9B and 16. RGB value is (230,155,22). Sum of RGB (Red+Green+Blue) = 230+155+22=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69B16 is #1964E9. Grayscale: #A2A2A2. Windows color (decimal): -1664234 or 1481702. OLE color: 1481702.

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

Color convert

RGB 230 155 22 -
CMYK 0 0.33 0.90 0.10
HSL 38.37º 0.83% 0.49% -
HSV(B) 38.37º 0.9% 0.9% -
XYZ 44.5 40.32 6.2 -
YUV 162.26 48.85 176.31 -
System Red Green Blue C M Y K H S L
Decimal 230 155 22 0 0.33 0.90 0.10 38.37 0.83 0.49
Hex E6 9B 16 0 21 5A A 26 53 31
Octal 346 233 26 0 41 132 12 46 123 61
Binary 11100110 10011011 10110 0 100001 1011010 1010 100110 1010011 110001

Color Harmonies of #E69B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B16

Black with #E69B16

Text Example


Text Example

White with #E69B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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