Html Css Color HEX #E09412 Gamboge

📋 copy color: '#E09412'

red 224 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #E09412

Tints of Gamboge #E09412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

 BLUE value IS 18 (7.42% from 255) = 4.62%

R = 57.44%
G = 37.95%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E09412 (or 0xE09412) is known color: Gamboge. HEX triplet: E0, 94 and 12. RGB value is (224,148,18). Sum of RGB (Red+Green+Blue) = 224+148+18=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E09412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09412 is #1F6BED. Grayscale: #9C9C9C. Windows color (decimal): -2059246 or 1217760. OLE color: 1217760.

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

Color convert

RGB 224 148 18 -
CMYK 0 0.34 0.92 0.12
HSL 37.86º 0.85% 0.47% -
HSV(B) 37.86º 0.92% 0.88% -
XYZ 41.44 37.07 5.54 -
YUV 155.9 50.18 176.57 -
System Red Green Blue C M Y K H S L
Decimal 224 148 18 0 0.34 0.92 0.12 37.86 0.85 0.47
Hex E0 94 12 0 22 5C C 26 55 2F
Octal 340 224 22 0 42 134 14 46 125 57
Binary 11100000 10010100 10010 0 100010 1011100 1100 100110 1010101 101111

Color Harmonies of #E09412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09412

Black with #E09412

Text Example


Text Example

White with #E09412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09412; }

 p { color: rgb(224,148,18); }

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

background-color css

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

 a { background-color: rgb(224,148,18); }

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

border-color css

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

 span { border-color: rgb(224,148,18); }

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