Html Css Color HEX #E18D0E Gamboge

📋 copy color: '#E18D0E'

red 225 ◦ green 141 ◦ blue 14

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

Shades of Gamboge #E18D0E

Tints of Gamboge #E18D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 59.21%
G = 37.11%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E18D0E (or 0xE18D0E) is known color: Gamboge. HEX triplet: E1, 8D and 0E. RGB value is (225,141,14). Sum of RGB (Red+Green+Blue) = 225+141+14=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D0E is #1E72F1. Grayscale: #989898. Windows color (decimal): -1995506 or 953825. OLE color: 953825.

HSL color Cylindrical-coordinate representation of color #E18D0E: hue angle of 36.11º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E18D0E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 141 14 -
CMYK 0 0.37 0.94 0.12
HSL 36.11º 0.88% 0.47% -
HSV(B) 36.11º 0.94% 0.88% -
XYZ 40.66 35.09 5.05 -
YUV 151.64 50.33 180.33 -
System Red Green Blue C M Y K H S L
Decimal 225 141 14 0 0.37 0.94 0.12 36.11 0.88 0.47
Hex E1 8D E 0 25 5E C 24 58 2F
Octal 341 215 16 0 45 136 14 44 130 57
Binary 11100001 10001101 1110 0 100101 1011110 1100 100100 1011000 101111

Color Harmonies of #E18D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D0E

Black with #E18D0E

Text Example


Text Example

White with #E18D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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