Html Css Color HEX #E0880F Gamboge

📋 copy color: '#E0880F'

red 224 ◦ green 136 ◦ blue 15

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

Shades of Gamboge #E0880F

Tints of Gamboge #E0880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 59.73%
G = 36.27%
B = 4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0880F (or 0xE0880F) is known color: Gamboge. HEX triplet: E0, 88 and 0F. RGB value is (224,136,15). Sum of RGB (Red+Green+Blue) = 224+136+15=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E0880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0880F is #1F77F0. Grayscale: #959595. Windows color (decimal): -2062321 or 1018080. OLE color: 1018080.

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

Color convert

RGB 224 136 15 -
CMYK 0 0.39 0.93 0.12
HSL 34.74º 0.87% 0.47% -
HSV(B) 34.74º 0.93% 0.88% -
XYZ 39.63 33.49 4.83 -
YUV 148.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 224 136 15 0 0.39 0.93 0.12 34.74 0.87 0.47
Hex E0 88 F 0 27 5D C 23 57 2F
Octal 340 210 17 0 47 135 14 43 127 57
Binary 11100000 10001000 1111 0 100111 1011101 1100 100011 1010111 101111

Color Harmonies of #E0880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0880F

Black with #E0880F

Text Example


Text Example

White with #E0880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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