Html Css Color HEX #E3880E Gamboge

📋 copy color: '#E3880E'

red 227 ◦ green 136 ◦ blue 14

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

Shades of Gamboge #E3880E

Tints of Gamboge #E3880E

RGB

 RED value IS 227 (89.06% from 255) = 60.21%

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

 BLUE value IS 14 (5.86% from 255) = 3.71%

R = 60.21%
G = 36.07%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3880E (or 0xE3880E) is known color: Gamboge. HEX triplet: E3, 88 and 0E. RGB value is (227,136,14). Sum of RGB (Red+Green+Blue) = 227+136+14=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E3880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3880E is #1C77F1. Grayscale: #959595. Windows color (decimal): -1865714 or 952547. OLE color: 952547.

HSL color Cylindrical-coordinate representation of color #E3880E: hue angle of 34.37º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3880E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 136 14 -
CMYK 0 0.40 0.94 0.11
HSL 34.37º 0.88% 0.47% -
HSV(B) 34.37º 0.94% 0.89% -
XYZ 40.56 33.97 4.83 -
YUV 149.3 51.65 183.42 -
System Red Green Blue C M Y K H S L
Decimal 227 136 14 0 0.40 0.94 0.11 34.37 0.88 0.47
Hex E3 88 E 0 28 5E B 22 58 2F
Octal 343 210 16 0 50 136 13 42 130 57
Binary 11100011 10001000 1110 0 101000 1011110 1011 100010 1011000 101111

Color Harmonies of #E3880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3880E

Black with #E3880E

Text Example


Text Example

White with #E3880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3880E; }

 p { color: rgb(227,136,14); }

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

background-color css

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

 a { background-color: rgb(227,136,14); }

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

border-color css

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

 span { border-color: rgb(227,136,14); }

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