Html Css Color HEX #E09614 Gamboge

📋 copy color: '#E09614'

red 224 ◦ green 150 ◦ blue 20

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

Shades of Gamboge #E09614

Tints of Gamboge #E09614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

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

R = 56.85%
G = 38.07%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E09614 (or 0xE09614) is known color: Gamboge. HEX triplet: E0, 96 and 14. RGB value is (224,150,20). Sum of RGB (Red+Green+Blue) = 224+150+20=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E09614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09614 is #1F69EB. Grayscale: #9D9D9D. Windows color (decimal): -2058732 or 1349344. OLE color: 1349344.

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

Color convert

RGB 224 150 20 -
CMYK 0 0.33 0.91 0.12
HSL 38.24º 0.84% 0.48% -
HSV(B) 38.24º 0.91% 0.88% -
XYZ 41.77 37.71 5.74 -
YUV 157.31 50.52 175.57 -
System Red Green Blue C M Y K H S L
Decimal 224 150 20 0 0.33 0.91 0.12 38.24 0.84 0.48
Hex E0 96 14 0 21 5B C 26 54 30
Octal 340 226 24 0 41 133 14 46 124 60
Binary 11100000 10010110 10100 0 100001 1011011 1100 100110 1010100 110000

Color Harmonies of #E09614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09614

Black with #E09614

Text Example


Text Example

White with #E09614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09614; }

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

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

background-color css

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

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

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

border-color css

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

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

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