Html Css Color HEX #E49501 Gamboge

📋 copy color: '#E49501'

red 228 ◦ green 149 ◦ blue 1

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

Shades of Gamboge #E49501

Tints of Gamboge #E49501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 60.32%
G = 39.42%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E49501 (or 0xE49501) is known color: Gamboge. HEX triplet: E4, 95 and 01. RGB value is (228,149,1). Sum of RGB (Red+Green+Blue) = 228+149+1=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E49501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49501 is #1B6AFE. Grayscale: #9C9C9C. Windows color (decimal): -1796863 or 103908. OLE color: 103908.

HSL color Cylindrical-coordinate representation of color #E49501: hue angle of 39.12º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E49501 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 149 1 -
CMYK 0 0.35 1.00 0.11
HSL 39.12º 0.99% 0.45% -
HSV(B) 39.12º 1% 0.89% -
XYZ 42.75 37.99 5.11 -
YUV 155.75 40.67 179.53 -
System Red Green Blue C M Y K H S L
Decimal 228 149 1 0 0.35 1.00 0.11 39.12 0.99 0.45
Hex E4 95 1 0 23 64 B 27 63 2D
Octal 344 225 1 0 43 144 13 47 143 55
Binary 11100100 10010101 1 0 100011 1100100 1011 100111 1100011 101101

Color Harmonies of #E49501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49501

Black with #E49501

Text Example


Text Example

White with #E49501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49501; }

 p { color: rgb(228,149,1); }

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

background-color css

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

 a { background-color: rgb(228,149,1); }

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

border-color css

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

 span { border-color: rgb(228,149,1); }

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