Html Css Color HEX #E09801 Gamboge

📋 copy color: '#E09801'

red 224 ◦ green 152 ◦ blue 1

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

Shades of Gamboge #E09801

Tints of Gamboge #E09801

RGB

 RED value IS 224 (87.89% from 255) = 59.42%

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

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

R = 59.42%
G = 40.32%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E09801 (or 0xE09801) is known color: Gamboge. HEX triplet: E0, 98 and 01. RGB value is (224,152,1). Sum of RGB (Red+Green+Blue) = 224+152+1=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E09801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09801 is #1F67FE. Grayscale: #9C9C9C. Windows color (decimal): -2058239 or 104672. OLE color: 104672.

HSL color Cylindrical-coordinate representation of color #E09801: hue angle of 40.63º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E09801 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 152 1 -
CMYK 0 0.32 1.00 0.12
HSL 40.63º 0.99% 0.44% -
HSV(B) 40.63º 1% 0.88% -
XYZ 41.97 38.31 5.21 -
YUV 156.31 40.35 176.28 -
System Red Green Blue C M Y K H S L
Decimal 224 152 1 0 0.32 1.00 0.12 40.63 0.99 0.44
Hex E0 98 1 0 20 64 C 29 63 2C
Octal 340 230 1 0 40 144 14 51 143 54
Binary 11100000 10011000 1 0 100000 1100100 1100 101001 1100011 101100

Color Harmonies of #E09801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09801

Black with #E09801

Text Example


Text Example

White with #E09801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09801; }

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

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

background-color css

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

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

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

border-color css

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

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

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