Html Css Color HEX #E09400 Gamboge

📋 copy color: '#E09400'

red 224 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #E09400

Tints of Gamboge #E09400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.22%
G = 39.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E09400 (or 0xE09400) is known color: Gamboge. HEX triplet: E0, 94 and 00. RGB value is (224,148,0). Sum of RGB (Red+Green+Blue) = 224+148+0=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E09400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09400 is #1F6BFF. Grayscale: #9A9A9A. Windows color (decimal): -2059264 or 38112. OLE color: 38112.

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

Color convert

RGB 224 148 0 -
CMYK 0 0.34 1 0.12
HSL 39.64º 1% 0.44% -
HSV(B) 39.64º 1% 0.88% -
XYZ 41.33 37.03 4.97 -
YUV 153.85 41.18 178.03 -
System Red Green Blue C M Y K H S L
Decimal 224 148 0 0 0.34 1 0.12 39.64 1 0.44
Hex E0 94 0 0 22 64 C 28 64 2C
Octal 340 224 0 0 42 144 14 50 144 54
Binary 11100000 10010100 0 0 100010 1100100 1100 101000 1100100 101100

Color Harmonies of #E09400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09400

Black with #E09400

Text Example


Text Example

White with #E09400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09400; }

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

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

background-color css

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

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

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

border-color css

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

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

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