Html Css Color HEX #E69801 Gamboge

📋 copy color: '#E69801'

red 230 ◦ green 152 ◦ blue 1

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

Shades of Gamboge #E69801

Tints of Gamboge #E69801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 60.05%
G = 39.69%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E69801 (or 0xE69801) is known color: Gamboge. HEX triplet: E6, 98 and 01. RGB value is (230,152,1). Sum of RGB (Red+Green+Blue) = 230+152+1=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E69801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69801 is #1967FE. Grayscale: #9E9E9E. Windows color (decimal): -1665023 or 104678. OLE color: 104678.

HSL color Cylindrical-coordinate representation of color #E69801: hue angle of 39.56º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E69801 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 1 -
CMYK 0 0.34 1.00 0.10
HSL 39.56º 0.99% 0.45% -
HSV(B) 39.56º 1% 0.9% -
XYZ 43.87 39.28 5.3 -
YUV 158.11 39.34 179.28 -
System Red Green Blue C M Y K H S L
Decimal 230 152 1 0 0.34 1.00 0.10 39.56 0.99 0.45
Hex E6 98 1 0 22 64 A 28 63 2D
Octal 346 230 1 0 42 144 12 50 143 55
Binary 11100110 10011000 1 0 100010 1100100 1010 101000 1100011 101101

Color Harmonies of #E69801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69801

Black with #E69801

Text Example


Text Example

White with #E69801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69801; }

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

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

background-color css

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

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

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

border-color css

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

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

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