Html Css Color HEX #E18D0F Gamboge

📋 copy color: '#E18D0F'

red 225 ◦ green 141 ◦ blue 15

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

Shades of Gamboge #E18D0F

Tints of Gamboge #E18D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 59.06%
G = 37.01%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E18D0F (or 0xE18D0F) is known color: Gamboge. HEX triplet: E1, 8D and 0F. RGB value is (225,141,15). Sum of RGB (Red+Green+Blue) = 225+141+15=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D0F is #1E72F0. Grayscale: #989898. Windows color (decimal): -1995505 or 1019361. OLE color: 1019361.

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

Color convert

RGB 225 141 15 -
CMYK 0 0.37 0.93 0.12
HSL 36º 0.88% 0.47% -
HSV(B) 36º 0.93% 0.88% -
XYZ 40.66 35.09 5.08 -
YUV 151.75 50.83 180.25 -
System Red Green Blue C M Y K H S L
Decimal 225 141 15 0 0.37 0.93 0.12 36 0.88 0.47
Hex E1 8D F 0 25 5D C 24 58 2F
Octal 341 215 17 0 45 135 14 44 130 57
Binary 11100001 10001101 1111 0 100101 1011101 1100 100100 1011000 101111

Color Harmonies of #E18D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D0F

Black with #E18D0F

Text Example


Text Example

White with #E18D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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