Html Css Color HEX #E29114 Gamboge

📋 copy color: '#E29114'

red 226 ◦ green 145 ◦ blue 20

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

Shades of Gamboge #E29114

Tints of Gamboge #E29114

RGB

 RED value IS 226 (88.67% from 255) = 57.8%

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 20 (8.2% from 255) = 5.12%

R = 57.8%
G = 37.08%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E29114 (or 0xE29114) is known color: Gamboge. HEX triplet: E2, 91 and 14. RGB value is (226,145,20). Sum of RGB (Red+Green+Blue) = 226+145+20=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E29114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29114 is #1D6EEB. Grayscale: #9B9B9B. Windows color (decimal): -1928940 or 1348066. OLE color: 1348066.

HSL color Cylindrical-coordinate representation of color #E29114: hue angle of 36.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E29114 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 20 -
CMYK 0 0.36 0.91 0.11
HSL 36.41º 0.84% 0.48% -
HSV(B) 36.41º 0.91% 0.89% -
XYZ 41.62 36.47 5.51 -
YUV 154.97 51.84 178.66 -
System Red Green Blue C M Y K H S L
Decimal 226 145 20 0 0.36 0.91 0.11 36.41 0.84 0.48
Hex E2 91 14 0 24 5B B 24 54 30
Octal 342 221 24 0 44 133 13 44 124 60
Binary 11100010 10010001 10100 0 100100 1011011 1011 100100 1010100 110000

Color Harmonies of #E29114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29114

Black with #E29114

Text Example


Text Example

White with #E29114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29114; }

 p { color: rgb(226,145,20); }

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

background-color css

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

 a { background-color: rgb(226,145,20); }

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

border-color css

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

 span { border-color: rgb(226,145,20); }

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