Html Css Color HEX #E09D13 Gamboge

📋 copy color: '#E09D13'

red 224 ◦ green 157 ◦ blue 19

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

Shades of Gamboge #E09D13

Tints of Gamboge #E09D13

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

 BLUE value IS 19 (7.81% from 255) = 4.75%

R = 56%
G = 39.25%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E09D13 (or 0xE09D13) is known color: Gamboge. HEX triplet: E0, 9D and 13. RGB value is (224,157,19). Sum of RGB (Red+Green+Blue) = 224+157+19=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09D13 is #1F62EC. Grayscale: #A1A1A1. Windows color (decimal): -2056941 or 1285600. OLE color: 1285600.

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

Color convert

RGB 224 157 19 -
CMYK 0 0.30 0.92 0.12
HSL 40.39º 0.84% 0.48% -
HSV(B) 40.39º 0.92% 0.88% -
XYZ 42.91 40.01 6.08 -
YUV 161.3 47.7 172.72 -
System Red Green Blue C M Y K H S L
Decimal 224 157 19 0 0.30 0.92 0.12 40.39 0.84 0.48
Hex E0 9D 13 0 1E 5C C 28 54 30
Octal 340 235 23 0 36 134 14 50 124 60
Binary 11100000 10011101 10011 0 11110 1011100 1100 101000 1010100 110000

Color Harmonies of #E09D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D13

Black with #E09D13

Text Example


Text Example

White with #E09D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D13; }

 p { color: rgb(224,157,19); }

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

background-color css

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

 a { background-color: rgb(224,157,19); }

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

border-color css

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

 span { border-color: rgb(224,157,19); }

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