Html Css Color HEX #E09A0F Gamboge

📋 copy color: '#E09A0F'

red 224 ◦ green 154 ◦ blue 15

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

Shades of Gamboge #E09A0F

Tints of Gamboge #E09A0F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

 BLUE value IS 15 (6.25% from 255) = 3.82%

R = 57%
G = 39.19%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E09A0F (or 0xE09A0F) is known color: Gamboge. HEX triplet: E0, 9A and 0F. RGB value is (224,154,15). Sum of RGB (Red+Green+Blue) = 224+154+15=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09A0F is #1F65F0. Grayscale: #9F9F9F. Windows color (decimal): -2057713 or 1022688. OLE color: 1022688.

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

Color convert

RGB 224 154 15 -
CMYK 0 0.31 0.93 0.12
HSL 39.9º 0.87% 0.47% -
HSV(B) 39.9º 0.93% 0.88% -
XYZ 42.38 38.99 5.74 -
YUV 159.08 46.69 174.3 -
System Red Green Blue C M Y K H S L
Decimal 224 154 15 0 0.31 0.93 0.12 39.9 0.87 0.47
Hex E0 9A F 0 1F 5D C 28 57 2F
Octal 340 232 17 0 37 135 14 50 127 57
Binary 11100000 10011010 1111 0 11111 1011101 1100 101000 1010111 101111

Color Harmonies of #E09A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A0F

Black with #E09A0F

Text Example


Text Example

White with #E09A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A0F; }

 p { color: rgb(224,154,15); }

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

background-color css

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

 a { background-color: rgb(224,154,15); }

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

border-color css

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

 span { border-color: rgb(224,154,15); }

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