Html Css Color HEX #E09F0A Gamboge

📋 copy color: '#E09F0A'

red 224 ◦ green 159 ◦ blue 10

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

Shades of Gamboge #E09F0A

Tints of Gamboge #E09F0A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.46%

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 57%
G = 40.46%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E09F0A (or 0xE09F0A) is known color: Gamboge. HEX triplet: E0, 9F and 0A. RGB value is (224,159,10). Sum of RGB (Red+Green+Blue) = 224+159+10=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09F0A is #1F60F5. Grayscale: #A2A2A2. Windows color (decimal): -2056438 or 696288. OLE color: 696288.

HSL color Cylindrical-coordinate representation of color #E09F0A: hue angle of 41.78º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E09F0A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 159 10 -
CMYK 0 0.29 0.96 0.12
HSL 41.78º 0.91% 0.46% -
HSV(B) 41.78º 0.96% 0.88% -
XYZ 43.19 40.67 5.86 -
YUV 161.45 42.53 172.62 -
System Red Green Blue C M Y K H S L
Decimal 224 159 10 0 0.29 0.96 0.12 41.78 0.91 0.46
Hex E0 9F A 0 1D 60 C 2A 5B 2E
Octal 340 237 12 0 35 140 14 52 133 56
Binary 11100000 10011111 1010 0 11101 1100000 1100 101010 1011011 101110

Color Harmonies of #E09F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09F0A

Black with #E09F0A

Text Example


Text Example

White with #E09F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09F0A; }

 p { color: rgb(224,159,10); }

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

background-color css

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

 a { background-color: rgb(224,159,10); }

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

border-color css

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

 span { border-color: rgb(224,159,10); }

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