Html Css Color HEX #E99414 Gamboge

📋 copy color: '#E99414'

red 233 ◦ green 148 ◦ blue 20

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

Shades of Gamboge #E99414

Tints of Gamboge #E99414

RGB

 RED value IS 233 (91.41% from 255) = 58.1%

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 58.1%
G = 36.91%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E99414 (or 0xE99414) is known color: Gamboge. HEX triplet: E9, 94 and 14. RGB value is (233,148,20). Sum of RGB (Red+Green+Blue) = 233+148+20=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E99414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99414 is #166BEB. Grayscale: #9F9F9F. Windows color (decimal): -1469420 or 1348841. OLE color: 1348841.

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

Color convert

RGB 233 148 20 -
CMYK 0 0.36 0.91 0.09
HSL 36.06º 0.84% 0.5% -
HSV(B) 36.06º 0.91% 0.91% -
XYZ 44.32 38.55 5.77 -
YUV 158.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 233 148 20 0 0.36 0.91 0.09 36.06 0.84 0.5
Hex E9 94 14 0 24 5B 9 24 54 32
Octal 351 224 24 0 44 133 11 44 124 62
Binary 11101001 10010100 10100 0 100100 1011011 1001 100100 1010100 110010

Color Harmonies of #E99414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99414

Black with #E99414

Text Example


Text Example

White with #E99414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99414; }

 p { color: rgb(233,148,20); }

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

background-color css

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

 a { background-color: rgb(233,148,20); }

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

border-color css

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

 span { border-color: rgb(233,148,20); }

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