Html Css Color HEX #E29314 Gamboge

📋 copy color: '#E29314'

red 226 ◦ green 147 ◦ blue 20

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

Shades of Gamboge #E29314

Tints of Gamboge #E29314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.4%

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

R = 57.51%
G = 37.4%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E29314 (or 0xE29314) is known color: Gamboge. HEX triplet: E2, 93 and 14. RGB value is (226,147,20). Sum of RGB (Red+Green+Blue) = 226+147+20=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E29314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29314 is #1D6CEB. Grayscale: #9C9C9C. Windows color (decimal): -1928428 or 1348578. OLE color: 1348578.

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

Color convert

RGB 226 147 20 -
CMYK 0 0.35 0.91 0.11
HSL 36.99º 0.84% 0.48% -
HSV(B) 36.99º 0.91% 0.89% -
XYZ 41.92 37.09 5.61 -
YUV 156.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 226 147 20 0 0.35 0.91 0.11 36.99 0.84 0.48
Hex E2 93 14 0 23 5B B 25 54 30
Octal 342 223 24 0 43 133 13 45 124 60
Binary 11100010 10010011 10100 0 100011 1011011 1011 100101 1010100 110000

Color Harmonies of #E29314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29314

Black with #E29314

Text Example


Text Example

White with #E29314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29314; }

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

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

background-color css

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

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

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

border-color css

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

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

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