Html Css Color HEX #E69800 Gamboge

📋 copy color: '#E69800'

red 230 ◦ green 152 ◦ blue 0

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

Shades of Gamboge #E69800

Tints of Gamboge #E69800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

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

R = 60.21%
G = 39.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E69800 (or 0xE69800) is known color: Gamboge. HEX triplet: E6, 98 and 00. RGB value is (230,152,0). Sum of RGB (Red+Green+Blue) = 230+152+0=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E69800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69800 is #1967FF. Grayscale: #9E9E9E. Windows color (decimal): -1665024 or 39142. OLE color: 39142.

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

Color convert

RGB 230 152 0 -
CMYK 0 0.34 1 0.10
HSL 39.65º 1% 0.45% -
HSV(B) 39.65º 1% 0.9% -
XYZ 43.86 39.28 5.27 -
YUV 157.99 38.84 179.36 -
System Red Green Blue C M Y K H S L
Decimal 230 152 0 0 0.34 1 0.10 39.65 1 0.45
Hex E6 98 0 0 22 64 A 28 64 2D
Octal 346 230 0 0 42 144 12 50 144 55
Binary 11100110 10011000 0 0 100010 1100100 1010 101000 1100100 101101

Color Harmonies of #E69800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69800

Black with #E69800

Text Example


Text Example

White with #E69800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69800; }

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

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

background-color css

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

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

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

border-color css

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

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

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