Html Css Color HEX #E19E0A Gamboge

📋 copy color: '#E19E0A'

red 225 ◦ green 158 ◦ blue 10

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

Shades of Gamboge #E19E0A

Tints of Gamboge #E19E0A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 57.25%
G = 40.2%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E19E0A (or 0xE19E0A) is known color: Gamboge. HEX triplet: E1, 9E and 0A. RGB value is (225,158,10). Sum of RGB (Red+Green+Blue) = 225+158+10=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19E0A is #1E61F5. Grayscale: #A1A1A1. Windows color (decimal): -1991158 or 696033. OLE color: 696033.

HSL color Cylindrical-coordinate representation of color #E19E0A: hue angle of 41.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E19E0A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 158 10 -
CMYK 0 0.30 0.96 0.12
HSL 41.3º 0.91% 0.46% -
HSV(B) 41.3º 0.96% 0.88% -
XYZ 43.33 40.48 5.82 -
YUV 161.16 42.7 173.53 -
System Red Green Blue C M Y K H S L
Decimal 225 158 10 0 0.30 0.96 0.12 41.3 0.91 0.46
Hex E1 9E A 0 1E 60 C 29 5B 2E
Octal 341 236 12 0 36 140 14 51 133 56
Binary 11100001 10011110 1010 0 11110 1100000 1100 101001 1011011 101110

Color Harmonies of #E19E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19E0A

Black with #E19E0A

Text Example


Text Example

White with #E19E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19E0A; }

 p { color: rgb(225,158,10); }

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

background-color css

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

 a { background-color: rgb(225,158,10); }

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

border-color css

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

 span { border-color: rgb(225,158,10); }

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