Html Css Color HEX #E29F14 Gamboge

📋 copy color: '#E29F14'

red 226 ◦ green 159 ◦ blue 20

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

Shades of Gamboge #E29F14

Tints of Gamboge #E29F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

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

R = 55.8%
G = 39.26%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E29F14 (or 0xE29F14) is known color: Gamboge. HEX triplet: E2, 9F and 14. RGB value is (226,159,20). Sum of RGB (Red+Green+Blue) = 226+159+20=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29F14 is #1D60EB. Grayscale: #A3A3A3. Windows color (decimal): -1925356 or 1351650. OLE color: 1351650.

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

Color convert

RGB 226 159 20 -
CMYK 0 0.30 0.91 0.11
HSL 40.49º 0.84% 0.48% -
HSV(B) 40.49º 0.91% 0.89% -
XYZ 43.89 41.02 6.27 -
YUV 163.19 47.2 172.8 -
System Red Green Blue C M Y K H S L
Decimal 226 159 20 0 0.30 0.91 0.11 40.49 0.84 0.48
Hex E2 9F 14 0 1E 5B B 28 54 30
Octal 342 237 24 0 36 133 13 50 124 60
Binary 11100010 10011111 10100 0 11110 1011011 1011 101000 1010100 110000

Color Harmonies of #E29F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29F14

Black with #E29F14

Text Example


Text Example

White with #E29F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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