Html Css Color HEX #E09F14 Gamboge

📋 copy color: '#E09F14'

red 224 ◦ green 159 ◦ blue 20

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

Shades of Gamboge #E09F14

Tints of Gamboge #E09F14

RGB

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

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

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

R = 55.58%
G = 39.45%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E09F14 (or 0xE09F14) is known color: Gamboge. HEX triplet: E0, 9F and 14. RGB value is (224,159,20). Sum of RGB (Red+Green+Blue) = 224+159+20=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09F14 is #1F60EB. Grayscale: #A3A3A3. Windows color (decimal): -2056428 or 1351648. OLE color: 1351648.

HSL color Cylindrical-coordinate representation of color #E09F14: hue angle of 40.88º degrees, saturation: 0.84, 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 #E09F14 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 159 20 -
CMYK 0 0.29 0.91 0.12
HSL 40.88º 0.84% 0.48% -
HSV(B) 40.88º 0.91% 0.88% -
XYZ 43.26 40.69 6.24 -
YUV 162.59 47.53 171.8 -
System Red Green Blue C M Y K H S L
Decimal 224 159 20 0 0.29 0.91 0.12 40.88 0.84 0.48
Hex E0 9F 14 0 1D 5B C 29 54 30
Octal 340 237 24 0 35 133 14 51 124 60
Binary 11100000 10011111 10100 0 11101 1011011 1100 101001 1010100 110000

Color Harmonies of #E09F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09F14

Black with #E09F14

Text Example


Text Example

White with #E09F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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