Html Css Color HEX #E09514 Gamboge

📋 copy color: '#E09514'

red 224 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #E09514

Tints of Gamboge #E09514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

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

R = 57%
G = 37.91%
B = 5.09%

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

#E09514 (or 0xE09514) is known color: Gamboge. HEX triplet: E0, 95 and 14. RGB value is (224,149,20). Sum of RGB (Red+Green+Blue) = 224+149+20=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E09514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09514 is #1F6AEB. Grayscale: #9D9D9D. Windows color (decimal): -2058988 or 1349088. OLE color: 1349088.

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

Color convert

RGB 224 149 20 -
CMYK 0 0.33 0.91 0.12
HSL 37.94º 0.84% 0.48% -
HSV(B) 37.94º 0.91% 0.88% -
XYZ 41.61 37.39 5.69 -
YUV 156.72 50.85 175.99 -
System Red Green Blue C M Y K H S L
Decimal 224 149 20 0 0.33 0.91 0.12 37.94 0.84 0.48
Hex E0 95 14 0 21 5B C 26 54 30
Octal 340 225 24 0 41 133 14 46 124 60
Binary 11100000 10010101 10100 0 100001 1011011 1100 100110 1010100 110000

Color Harmonies of #E09514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09514

Black with #E09514

Text Example


Text Example

White with #E09514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09514; }

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

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

background-color css

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

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

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

border-color css

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

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

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