Html Css Color HEX #E09115 Gamboge

📋 copy color: '#E09115'

red 224 ◦ green 145 ◦ blue 21

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

Shades of Gamboge #E09115

Tints of Gamboge #E09115

RGB

 RED value IS 224 (87.89% from 255) = 57.44%

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

 BLUE value IS 21 (8.59% from 255) = 5.38%

R = 57.44%
G = 37.18%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E09115 (or 0xE09115) is known color: Gamboge. HEX triplet: E0, 91 and 15. RGB value is (224,145,21). Sum of RGB (Red+Green+Blue) = 224+145+21=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E09115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09115 is #1F6EEA. Grayscale: #9B9B9B. Windows color (decimal): -2060011 or 1413600. OLE color: 1413600.

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

Color convert

RGB 224 145 21 -
CMYK 0 0.35 0.91 0.12
HSL 36.65º 0.83% 0.48% -
HSV(B) 36.65º 0.91% 0.88% -
XYZ 41 36.15 5.53 -
YUV 154.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 224 145 21 0 0.35 0.91 0.12 36.65 0.83 0.48
Hex E0 91 15 0 23 5B C 25 53 30
Octal 340 221 25 0 43 133 14 45 123 60
Binary 11100000 10010001 10101 0 100011 1011011 1100 100101 1010011 110000

Color Harmonies of #E09115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09115

Black with #E09115

Text Example


Text Example

White with #E09115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09115; }

 p { color: rgb(224,145,21); }

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

background-color css

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

 a { background-color: rgb(224,145,21); }

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

border-color css

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

 span { border-color: rgb(224,145,21); }

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