Html Css Color HEX #E08C0F Gamboge

📋 copy color: '#E08C0F'

red 224 ◦ green 140 ◦ blue 15

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

Shades of Gamboge #E08C0F

Tints of Gamboge #E08C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.94%

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

R = 59.1%
G = 36.94%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E08C0F (or 0xE08C0F) is known color: Gamboge. HEX triplet: E0, 8C and 0F. RGB value is (224,140,15). Sum of RGB (Red+Green+Blue) = 224+140+15=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C0F is #1F73F0. Grayscale: #979797. Windows color (decimal): -2061297 or 1019104. OLE color: 1019104.

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

Color convert

RGB 224 140 15 -
CMYK 0 0.38 0.93 0.12
HSL 35.89º 0.87% 0.47% -
HSV(B) 35.89º 0.93% 0.88% -
XYZ 40.2 34.64 5.02 -
YUV 150.87 51.33 180.16 -
System Red Green Blue C M Y K H S L
Decimal 224 140 15 0 0.38 0.93 0.12 35.89 0.87 0.47
Hex E0 8C F 0 26 5D C 24 57 2F
Octal 340 214 17 0 46 135 14 44 127 57
Binary 11100000 10001100 1111 0 100110 1011101 1100 100100 1010111 101111

Color Harmonies of #E08C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C0F

Black with #E08C0F

Text Example


Text Example

White with #E08C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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