Html Css Color HEX #E19401 Gamboge

📋 copy color: '#E19401'

red 225 ◦ green 148 ◦ blue 1

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

Shades of Gamboge #E19401

Tints of Gamboge #E19401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

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

R = 60.16%
G = 39.57%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E19401 (or 0xE19401) is known color: Gamboge. HEX triplet: E1, 94 and 01. RGB value is (225,148,1). Sum of RGB (Red+Green+Blue) = 225+148+1=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E19401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19401 is #1E6BFE. Grayscale: #9A9A9A. Windows color (decimal): -1993727 or 103649. OLE color: 103649.

HSL color Cylindrical-coordinate representation of color #E19401: hue angle of 39.38º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E19401 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 1 -
CMYK 0 0.34 1.00 0.12
HSL 39.38º 0.99% 0.44% -
HSV(B) 39.38º 1% 0.88% -
XYZ 41.65 37.19 5.01 -
YUV 154.27 41.51 178.45 -
System Red Green Blue C M Y K H S L
Decimal 225 148 1 0 0.34 1.00 0.12 39.38 0.99 0.44
Hex E1 94 1 0 22 64 C 27 63 2C
Octal 341 224 1 0 42 144 14 47 143 54
Binary 11100001 10010100 1 0 100010 1100100 1100 100111 1100011 101100

Color Harmonies of #E19401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19401

Black with #E19401

Text Example


Text Example

White with #E19401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19401; }

 p { color: rgb(225,148,1); }

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

background-color css

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

 a { background-color: rgb(225,148,1); }

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

border-color css

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

 span { border-color: rgb(225,148,1); }

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