Html Css Color HEX #E18B0A Gamboge

📋 copy color: '#E18B0A'

red 225 ◦ green 139 ◦ blue 10

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

Shades of Gamboge #E18B0A

Tints of Gamboge #E18B0A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

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

R = 60.16%
G = 37.17%
B = 2.67%

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

#E18B0A (or 0xE18B0A) is known color: Gamboge. HEX triplet: E1, 8B and 0A. RGB value is (225,139,10). Sum of RGB (Red+Green+Blue) = 225+139+10=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18B0A is #1E74F5. Grayscale: #969696. Windows color (decimal): -1996022 or 691169. OLE color: 691169.

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

Color convert

RGB 225 139 10 -
CMYK 0 0.38 0.96 0.12
HSL 36º 0.91% 0.46% -
HSV(B) 36º 0.96% 0.88% -
XYZ 40.34 34.49 4.82 -
YUV 150.01 48.99 181.49 -
System Red Green Blue C M Y K H S L
Decimal 225 139 10 0 0.38 0.96 0.12 36 0.91 0.46
Hex E1 8B A 0 26 60 C 24 5B 2E
Octal 341 213 12 0 46 140 14 44 133 56
Binary 11100001 10001011 1010 0 100110 1100000 1100 100100 1011011 101110

Color Harmonies of #E18B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18B0A

Black with #E18B0A

Text Example


Text Example

White with #E18B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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