Html Css Color HEX #E18D04 Gamboge

📋 copy color: '#E18D04'

red 225 ◦ green 141 ◦ blue 4

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

Shades of Gamboge #E18D04

Tints of Gamboge #E18D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 60.81%
G = 38.11%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E18D04 (or 0xE18D04) is known color: Gamboge. HEX triplet: E1, 8D and 04. RGB value is (225,141,4). Sum of RGB (Red+Green+Blue) = 225+141+4=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D04 is #1E72FB. Grayscale: #979797. Windows color (decimal): -1995516 or 298465. OLE color: 298465.

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

Color convert

RGB 225 141 4 -
CMYK 0 0.37 0.98 0.12
HSL 37.19º 0.97% 0.45% -
HSV(B) 37.19º 0.98% 0.88% -
XYZ 40.6 35.07 4.74 -
YUV 150.5 45.33 181.14 -
System Red Green Blue C M Y K H S L
Decimal 225 141 4 0 0.37 0.98 0.12 37.19 0.97 0.45
Hex E1 8D 4 0 25 62 C 25 61 2D
Octal 341 215 4 0 45 142 14 45 141 55
Binary 11100001 10001101 100 0 100101 1100010 1100 100101 1100001 101101

Color Harmonies of #E18D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D04

Black with #E18D04

Text Example


Text Example

White with #E18D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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