Html Css Color HEX #E09B0F Gamboge

📋 copy color: '#E09B0F'

red 224 ◦ green 155 ◦ blue 15

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

Shades of Gamboge #E09B0F

Tints of Gamboge #E09B0F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

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

R = 56.85%
G = 39.34%
B = 3.81%

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

#E09B0F (or 0xE09B0F) is known color: Gamboge. HEX triplet: E0, 9B and 0F. RGB value is (224,155,15). Sum of RGB (Red+Green+Blue) = 224+155+15=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09B0F is #1F64F0. Grayscale: #A0A0A0. Windows color (decimal): -2057457 or 1022944. OLE color: 1022944.

HSL color Cylindrical-coordinate representation of color #E09B0F: hue angle of 40.19º 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 #E09B0F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 155 15 -
CMYK 0 0.31 0.93 0.12
HSL 40.19º 0.87% 0.47% -
HSV(B) 40.19º 0.93% 0.88% -
XYZ 42.55 39.32 5.8 -
YUV 159.67 46.36 173.88 -
System Red Green Blue C M Y K H S L
Decimal 224 155 15 0 0.31 0.93 0.12 40.19 0.87 0.47
Hex E0 9B F 0 1F 5D C 28 57 2F
Octal 340 233 17 0 37 135 14 50 127 57
Binary 11100000 10011011 1111 0 11111 1011101 1100 101000 1010111 101111

Color Harmonies of #E09B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B0F

Black with #E09B0F

Text Example


Text Example

White with #E09B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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