Html Css Color HEX #E19D01 Gamboge

📋 copy color: '#E19D01'

red 225 ◦ green 157 ◦ blue 1

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

Shades of Gamboge #E19D01

Tints of Gamboge #E19D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

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

R = 58.75%
G = 40.99%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E19D01 (or 0xE19D01) is known color: Gamboge. HEX triplet: E1, 9D and 01. RGB value is (225,157,1). Sum of RGB (Red+Green+Blue) = 225+157+1=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19D01 is #1E62FE. Grayscale: #A0A0A0. Windows color (decimal): -1991423 or 105953. OLE color: 105953.

HSL color Cylindrical-coordinate representation of color #E19D01: hue angle of 41.79º 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 #E19D01 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 1 -
CMYK 0 0.30 1.00 0.12
HSL 41.79º 0.99% 0.44% -
HSV(B) 41.79º 1% 0.88% -
XYZ 43.11 40.12 5.5 -
YUV 159.55 38.53 174.68 -
System Red Green Blue C M Y K H S L
Decimal 225 157 1 0 0.30 1.00 0.12 41.79 0.99 0.44
Hex E1 9D 1 0 1E 64 C 2A 63 2C
Octal 341 235 1 0 36 144 14 52 143 54
Binary 11100001 10011101 1 0 11110 1100100 1100 101010 1100011 101100

Color Harmonies of #E19D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D01

Black with #E19D01

Text Example


Text Example

White with #E19D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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