Html Css Color HEX #E69500 Gamboge

📋 copy color: '#E69500'

red 230 ◦ green 149 ◦ blue 0

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

Shades of Gamboge #E69500

Tints of Gamboge #E69500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

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

R = 60.69%
G = 39.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E69500 (or 0xE69500) is known color: Gamboge. HEX triplet: E6, 95 and 00. RGB value is (230,149,0). Sum of RGB (Red+Green+Blue) = 230+149+0=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E69500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69500 is #196AFF. Grayscale: #9C9C9C. Windows color (decimal): -1665792 or 38374. OLE color: 38374.

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

Color convert

RGB 230 149 0 -
CMYK 0 0.35 1 0.10
HSL 38.87º 1% 0.45% -
HSV(B) 38.87º 1% 0.9% -
XYZ 43.38 38.32 5.11 -
YUV 156.23 39.84 180.62 -
System Red Green Blue C M Y K H S L
Decimal 230 149 0 0 0.35 1 0.10 38.87 1 0.45
Hex E6 95 0 0 23 64 A 27 64 2D
Octal 346 225 0 0 43 144 12 47 144 55
Binary 11100110 10010101 0 0 100011 1100100 1010 100111 1100100 101101

Color Harmonies of #E69500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69500

Black with #E69500

Text Example


Text Example

White with #E69500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69500; }

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

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

background-color css

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

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

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

border-color css

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

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

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