Html Css Color HEX #E2870E Gamboge

📋 copy color: '#E2870E'

red 226 ◦ green 135 ◦ blue 14

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

Shades of Gamboge #E2870E

Tints of Gamboge #E2870E

RGB

 RED value IS 226 (88.67% from 255) = 60.27%

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 60.27%
G = 36%
B = 3.73%

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

#E2870E (or 0xE2870E) is known color: Gamboge. HEX triplet: E2, 87 and 0E. RGB value is (226,135,14). Sum of RGB (Red+Green+Blue) = 226+135+14=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2870E is #1D78F1. Grayscale: #949494. Windows color (decimal): -1931506 or 952290. OLE color: 952290.

HSL color Cylindrical-coordinate representation of color #E2870E: hue angle of 34.25º 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 #E2870E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 135 14 -
CMYK 0 0.40 0.94 0.11
HSL 34.25º 0.88% 0.47% -
HSV(B) 34.25º 0.94% 0.89% -
XYZ 40.11 33.53 4.77 -
YUV 148.42 52.15 183.34 -
System Red Green Blue C M Y K H S L
Decimal 226 135 14 0 0.40 0.94 0.11 34.25 0.88 0.47
Hex E2 87 E 0 28 5E B 22 58 2F
Octal 342 207 16 0 50 136 13 42 130 57
Binary 11100010 10000111 1110 0 101000 1011110 1011 100010 1011000 101111

Color Harmonies of #E2870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2870E

Black with #E2870E

Text Example


Text Example

White with #E2870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2870E; }

 p { color: rgb(226,135,14); }

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

background-color css

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

 a { background-color: rgb(226,135,14); }

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

border-color css

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

 span { border-color: rgb(226,135,14); }

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