Html Css Color HEX #E09E14 Gamboge

📋 copy color: '#E09E14'

red 224 ◦ green 158 ◦ blue 20

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

Shades of Gamboge #E09E14

Tints of Gamboge #E09E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

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

R = 55.72%
G = 39.3%
B = 4.98%

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

#E09E14 (or 0xE09E14) is known color: Gamboge. HEX triplet: E0, 9E and 14. RGB value is (224,158,20). Sum of RGB (Red+Green+Blue) = 224+158+20=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09E14 is #1F61EB. Grayscale: #A2A2A2. Windows color (decimal): -2056684 or 1351392. OLE color: 1351392.

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

Color convert

RGB 224 158 20 -
CMYK 0 0.29 0.91 0.12
HSL 40.59º 0.84% 0.48% -
HSV(B) 40.59º 0.91% 0.88% -
XYZ 43.09 40.35 6.18 -
YUV 162 47.87 172.22 -
System Red Green Blue C M Y K H S L
Decimal 224 158 20 0 0.29 0.91 0.12 40.59 0.84 0.48
Hex E0 9E 14 0 1D 5B C 29 54 30
Octal 340 236 24 0 35 133 14 51 124 60
Binary 11100000 10011110 10100 0 11101 1011011 1100 101001 1010100 110000

Color Harmonies of #E09E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09E14

Black with #E09E14

Text Example


Text Example

White with #E09E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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