Html Css Color HEX #E48D07 Gamboge

📋 copy color: '#E48D07'

red 228 ◦ green 141 ◦ blue 7

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

Shades of Gamboge #E48D07

Tints of Gamboge #E48D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 60.64%
G = 37.5%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E48D07 (or 0xE48D07) is known color: Gamboge. HEX triplet: E4, 8D and 07. RGB value is (228,141,7). Sum of RGB (Red+Green+Blue) = 228+141+7=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48D07 is #1B72F8. Grayscale: #989898. Windows color (decimal): -1798905 or 495076. OLE color: 495076.

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

Color convert

RGB 228 141 7 -
CMYK 0 0.38 0.97 0.11
HSL 36.38º 0.94% 0.46% -
HSV(B) 36.38º 0.97% 0.89% -
XYZ 41.56 35.56 4.87 -
YUV 151.74 46.32 182.4 -
System Red Green Blue C M Y K H S L
Decimal 228 141 7 0 0.38 0.97 0.11 36.38 0.94 0.46
Hex E4 8D 7 0 26 61 B 24 5E 2E
Octal 344 215 7 0 46 141 13 44 136 56
Binary 11100100 10001101 111 0 100110 1100001 1011 100100 1011110 101110

Color Harmonies of #E48D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48D07

Black with #E48D07

Text Example


Text Example

White with #E48D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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