Html Css Color HEX #E69700 Gamboge

📋 copy color: '#E69700'

red 230 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #E69700

Tints of Gamboge #E69700

RGB

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

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

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

R = 60.37%
G = 39.63%
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

#E69700 (or 0xE69700) is known color: Gamboge. HEX triplet: E6, 97 and 00. RGB value is (230,151,0). Sum of RGB (Red+Green+Blue) = 230+151+0=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E69700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69700 is #1968FF. Grayscale: #9E9E9E. Windows color (decimal): -1665280 or 38886. OLE color: 38886.

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

Color convert

RGB 230 151 0 -
CMYK 0 0.34 1 0.10
HSL 39.39º 1% 0.45% -
HSV(B) 39.39º 1% 0.9% -
XYZ 43.7 38.96 5.22 -
YUV 157.41 39.17 179.78 -
System Red Green Blue C M Y K H S L
Decimal 230 151 0 0 0.34 1 0.10 39.39 1 0.45
Hex E6 97 0 0 22 64 A 27 64 2D
Octal 346 227 0 0 42 144 12 47 144 55
Binary 11100110 10010111 0 0 100010 1100100 1010 100111 1100100 101101

Color Harmonies of #E69700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69700

Black with #E69700

Text Example


Text Example

White with #E69700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69700; }

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

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

background-color css

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

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

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

border-color css

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

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

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