Html Css Color HEX #E48D14 Gamboge

📋 copy color: '#E48D14'

red 228 ◦ green 141 ◦ blue 20

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

Shades of Gamboge #E48D14

Tints of Gamboge #E48D14

RGB

 RED value IS 228 (89.45% from 255) = 58.61%

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

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 58.61%
G = 36.25%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E48D14 (or 0xE48D14) is known color: Gamboge. HEX triplet: E4, 8D and 14. RGB value is (228,141,20). Sum of RGB (Red+Green+Blue) = 228+141+20=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48D14 is #1B72EB. Grayscale: #999999. Windows color (decimal): -1798892 or 1347044. OLE color: 1347044.

HSL color Cylindrical-coordinate representation of color #E48D14: hue angle of 34.9º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E48D14 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 141 20 -
CMYK 0 0.38 0.91 0.11
HSL 34.9º 0.84% 0.49% -
HSV(B) 34.9º 0.91% 0.89% -
XYZ 41.65 35.59 5.34 -
YUV 153.22 52.82 181.34 -
System Red Green Blue C M Y K H S L
Decimal 228 141 20 0 0.38 0.91 0.11 34.9 0.84 0.49
Hex E4 8D 14 0 26 5B B 23 54 31
Octal 344 215 24 0 46 133 13 43 124 61
Binary 11100100 10001101 10100 0 100110 1011011 1011 100011 1010100 110001

Color Harmonies of #E48D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48D14

Black with #E48D14

Text Example


Text Example

White with #E48D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48D14; }

 p { color: rgb(228,141,20); }

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

background-color css

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

 a { background-color: rgb(228,141,20); }

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

border-color css

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

 span { border-color: rgb(228,141,20); }

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