Html Css Color HEX #E18D0A Gamboge

📋 copy color: '#E18D0A'

red 225 ◦ green 141 ◦ blue 10

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

Shades of Gamboge #E18D0A

Tints of Gamboge #E18D0A

RGB

 RED value IS 225 (88.28% from 255) = 59.84%

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

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 59.84%
G = 37.5%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E18D0A (or 0xE18D0A) is known color: Gamboge. HEX triplet: E1, 8D and 0A. RGB value is (225,141,10). Sum of RGB (Red+Green+Blue) = 225+141+10=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D0A is #1E72F5. Grayscale: #979797. Windows color (decimal): -1995510 or 691681. OLE color: 691681.

HSL color Cylindrical-coordinate representation of color #E18D0A: hue angle of 36.56º degrees, saturation: 0.91, 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 #E18D0A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 141 10 -
CMYK 0 0.37 0.96 0.12
HSL 36.56º 0.91% 0.46% -
HSV(B) 36.56º 0.96% 0.88% -
XYZ 40.63 35.08 4.92 -
YUV 151.18 48.33 180.65 -
System Red Green Blue C M Y K H S L
Decimal 225 141 10 0 0.37 0.96 0.12 36.56 0.91 0.46
Hex E1 8D A 0 25 60 C 25 5B 2E
Octal 341 215 12 0 45 140 14 45 133 56
Binary 11100001 10001101 1010 0 100101 1100000 1100 100101 1011011 101110

Color Harmonies of #E18D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D0A

Black with #E18D0A

Text Example


Text Example

White with #E18D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D0A; }

 p { color: rgb(225,141,10); }

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

background-color css

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

 a { background-color: rgb(225,141,10); }

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

border-color css

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

 span { border-color: rgb(225,141,10); }

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