Html Css Color HEX #E38D08 Gamboge

📋 copy color: '#E38D08'

red 227 ◦ green 141 ◦ blue 8

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

Shades of Gamboge #E38D08

Tints of Gamboge #E38D08

RGB

 RED value IS 227 (89.06% from 255) = 60.37%

 GREEN value IS 141 (55.47% from 255) = 37.5%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 60.37%
G = 37.5%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E38D08 (or 0xE38D08) is known color: Gamboge. HEX triplet: E3, 8D and 08. RGB value is (227,141,8). Sum of RGB (Red+Green+Blue) = 227+141+8=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38D08 is #1C72F7. Grayscale: #989898. Windows color (decimal): -1864440 or 560611. OLE color: 560611.

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

Color convert

RGB 227 141 8 -
CMYK 0 0.38 0.96 0.11
HSL 36.44º 0.93% 0.46% -
HSV(B) 36.44º 0.96% 0.89% -
XYZ 41.25 35.4 4.89 -
YUV 151.55 46.99 181.81 -
System Red Green Blue C M Y K H S L
Decimal 227 141 8 0 0.38 0.96 0.11 36.44 0.93 0.46
Hex E3 8D 8 0 26 60 B 24 5D 2E
Octal 343 215 10 0 46 140 13 44 135 56
Binary 11100011 10001101 1000 0 100110 1100000 1011 100100 1011101 101110

Color Harmonies of #E38D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D08

Black with #E38D08

Text Example


Text Example

White with #E38D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D08; }

 p { color: rgb(227,141,8); }

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

background-color css

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

 a { background-color: rgb(227,141,8); }

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

border-color css

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

 span { border-color: rgb(227,141,8); }

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