Html Css Color HEX #E08A09 Gamboge

📋 copy color: '#E08A09'

red 224 ◦ green 138 ◦ blue 9

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

Shades of Gamboge #E08A09

Tints of Gamboge #E08A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 9 (3.91% from 255) = 2.43%

R = 60.38%
G = 37.2%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E08A09 (or 0xE08A09) is known color: Gamboge. HEX triplet: E0, 8A and 09. RGB value is (224,138,9). Sum of RGB (Red+Green+Blue) = 224+138+9=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08A09 is #1F75F6. Grayscale: #959595. Windows color (decimal): -2061815 or 625376. OLE color: 625376.

HSL color Cylindrical-coordinate representation of color #E08A09: hue angle of 36º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E08A09 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 9 -
CMYK 0 0.38 0.96 0.12
HSL 36º 0.92% 0.46% -
HSV(B) 36º 0.96% 0.88% -
XYZ 39.88 34.04 4.73 -
YUV 149.01 48.99 181.49 -
System Red Green Blue C M Y K H S L
Decimal 224 138 9 0 0.38 0.96 0.12 36 0.92 0.46
Hex E0 8A 9 0 26 60 C 24 5C 2E
Octal 340 212 11 0 46 140 14 44 134 56
Binary 11100000 10001010 1001 0 100110 1100000 1100 100100 1011100 101110

Color Harmonies of #E08A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A09

Black with #E08A09

Text Example


Text Example

White with #E08A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A09; }

 p { color: rgb(224,138,9); }

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

background-color css

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

 a { background-color: rgb(224,138,9); }

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

border-color css

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

 span { border-color: rgb(224,138,9); }

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