Html Css Color HEX #E69C00 Gamboge

📋 copy color: '#E69C00'

red 230 ◦ green 156 ◦ blue 0

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

Shades of Gamboge #E69C00

Tints of Gamboge #E69C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

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

R = 59.59%
G = 40.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E69C00 (or 0xE69C00) is known color: Gamboge. HEX triplet: E6, 9C and 00. RGB value is (230,156,0). Sum of RGB (Red+Green+Blue) = 230+156+0=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69C00 is #1963FF. Grayscale: #A1A1A1. Windows color (decimal): -1664000 or 40166. OLE color: 40166.

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

Color convert

RGB 230 156 0 -
CMYK 0 0.32 1 0.10
HSL 40.7º 1% 0.45% -
HSV(B) 40.7º 1% 0.9% -
XYZ 44.52 40.6 5.49 -
YUV 160.34 37.52 177.68 -
System Red Green Blue C M Y K H S L
Decimal 230 156 0 0 0.32 1 0.10 40.7 1 0.45
Hex E6 9C 0 0 20 64 A 29 64 2D
Octal 346 234 0 0 40 144 12 51 144 55
Binary 11100110 10011100 0 0 100000 1100100 1010 101001 1100100 101101

Color Harmonies of #E69C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C00

Black with #E69C00

Text Example


Text Example

White with #E69C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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